How to copy or configure kafka connect plugin files?

只谈情不闲聊 提交于 2020-01-25 00:29:13

问题


I have downloaded plugin files from https://www.confluent.io/connector/kafka-connect-cdc-microsoft-sql/,

It has three folders lib, etc, doc, manifest.json. etc has connect-avro-docker.properties, mssqlsource.properties, repro.properties. I can add CONNECT_PLUGIN_PATH to lib, but what about these config files?

In https://docs.confluent.io/current/connect/userguide.html page they did not give clear instructions on where to copy these files.

How to copy or configure kafka connect plugin files for confluent? Any direction is appreciated.

I installed only kafka-connect, schema-registry, kafka-broker, zookeeper. I didn't find a way to install hub on windows.


回答1:


The instructions are here

You need to point plugin.path line in the Connect properties to the absoulte path of the extracted lib folder - the parent folder of where the JARs are located.

You can also use confluent-hub tool, which should set this all up for you.



来源:https://stackoverflow.com/questions/54120556/how-to-copy-or-configure-kafka-connect-plugin-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!