scylladb / kafka-connect-scylladb

Kafka Connect Scylladb Sink
Apache License 2.0
42 stars 22 forks source link

Connector version showing as "null" #39

Closed oliallan14 closed 3 years ago

oliallan14 commented 3 years ago

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