scylladb / kafka-connect-scylladb

Kafka Connect Scylladb Sink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connector version showing as "null"

oliallan14 opened this issue · comments

Hey

We are installing scylladb sink connetor via confluent hub cli.
While validating the installed connector plugin we can see the version of connector as "null" as shown below;

curl http://ABC:8083/connector-plugins

{"class":"io.connect.scylladb.ScyllaDbSinkConnector","type":"sink","version":"null"},

Looks like it might be a bug in:

https://github.com/scylladb/kafka-connect-scylladb/blob/master/src/main/java/io/connect/scylladb/utils/VersionUtil.java