castorm/kafka-connect-http

version values are not loaded

aapramesh opened this issue · 1 comments

Describe the bug
Error loading version.properties (com.github.castorm.kafka.connect.common.VersionUtils)

To Reproduce
Download the zip and copy to a folder use the folder path as plugins to Kafka connector. Start Connector after giving the necessary properties in the config files.

Expected behavior
Connection should be established to the Kafka topic mentioned in the properties file
castorm_version_error

It is resolved by giving 0.0.0.0 as default version in the connector properties file. Thanks a lot