confluentinc/ccloud-tools

kafka-connect missing connectors

mfly opened this issue · 3 comments

mfly commented

Due to invalid configuration kafka-connect loads only the org.apache.kafka.connect.file.FileStreamSinkConnector (visible by visiting kafka-connect-url/connector-plugins).
Temporary fix is to add plugin.path=/etc/confluent/confluent-5.1.0/share/java to /etc/confluent/confluent-5.1.0/etc/kafka-connect/kafka-connect-ccloud.properties.

Wouldn't exactly consider this a temporary fix. It definitely should be set to the share/java absolute path.

Thanks for the feedback folks. I tested with the entry proposed by @mfly and worked well, therefore I changed the code to include that entry into the kafka-connect.properties. Closing this issue.

Use the last version of the code and you will be good to go ;)

Would it be possible to include an additional folder for additional plugins? Or however confluent-hub install manages its installed connectors