redis-field-engineering/redis-kafka-connect

Connector version always reports the Kafka Connect version

gharris1727 opened this issue · 1 comments

Hi, I downloaded the 7.2 release of this connector, but when I called GET /connector-plugins it reported that the version of the connector was 3.4.0 (the version of Kafka Connect).

I would have expected the version to be either null/undefined, or 7.2.

I think this is because the connectors are using the AppInfoParser:

which always gets the version of the containing Kafka Connect worker.

jruaux commented

🎉 This issue has been resolved in v0.7.5 (Release Notes)