我最近一直在研究卡夫卡连接器。我想知道在哪里配置我的接收器连接器的工作人员任务应该听的主题。
通常,SinkConnectorConfig看起来像这样
name=MySinkConnector
tasks.max=1
connector.class=com.operative.creative.bi.sink.MySinkConnector
topics=demo
filePath=/tmp/output.txt
并且在使用rest-proxy控制worker配置时可以覆盖这些设置。我想知道我们在哪里指定主题。
我知道属性文件定义了一个名为"topics"
的属性,但我没有在锅炉板代码中看到任何读取它的内容。
任何帮助将不胜感激。
答案 0 :(得分:0)
topic = props.get(TOPIC_CONFIG);
查看https://docs.confluent.io/current/connect/devguide.html#connector-example以及https://gist.github.com/jcustenborder/b9b1518cc794e1c1895c3da7abbe9c08