lensesio/stream-reactor

Connectors versions are reported incorrectly

jeqo opened this issue · 3 comments

jeqo commented

Kafka Connector plugins report null instead of their own (e.g. 4.1.0):

{
  "class": "com.datamountaineer.streamreactor.connect.cassandra.source.CassandraSourceConnector",
  "type": "source",
  "version": "null"
}

See

for an example on how to get version from repository.

This should be fixed in
#926
and will make it into the next release.

jeqo commented

Oh great! Thanks for confirming, will close this one then

@jeqo thank you for raising it

Please use this, just released:
https://github.com/lensesio/stream-reactor/releases/tag/4.2.0

the versions should be reported correctly now