Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connector version always reports Kafka Connect version #43

Open
gharris1727 opened this issue Apr 10, 2023 · 0 comments
Open

Connector version always reports Kafka Connect version #43

gharris1727 opened this issue Apr 10, 2023 · 0 comments
Assignees

Comments

@gharris1727
Copy link

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:

which always reports the Apache Kafka version, not the version of the packaged connector.

Steps to reproduce

  1. Download a release artifact (eg 0.0.16)
  2. Download Kafka Connect (eg 3.4.0)
  3. Install the connector on the Kafka Connect plugin path and start the service
  4. Make a request to GET /connector-plugins on 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).

@nipunnair nipunnair self-assigned this Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants