-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Subject of the issue
The connector version is not reported correctly, and is confusing as it does not change when upgrading the connector.
It appears to use the AppInfoParser:
Line 37 in be9b83b
| return AppInfoParser.getVersion(); |
Steps to reproduce
- Download a release artifact (eg 0.0.16)
- Download Kafka Connect (eg 3.4.0)
- Install the connector on the Kafka Connect plugin path and start the service
- Make a request to
GET /connector-pluginson the running worker
Expected behaviour
The version reported for the sink connector is 0.0.16, or not provided.
Actual behaviour
The version reported for the sink connector is 3.4.0 (or whatever the connect version happens to be).
OneCricketeer
Metadata
Metadata
Assignees
Labels
No labels