我试图在命令提示符下安装 kafka 连接。
我有一个看起来像这样的连接器
name=test-source-oracle-jdbc
connector.class=io.confluent.connect.jdbc.JdbcSourceConnector
tasks.max=1
connection.url=jdbc:oracle:thin:@172.26.70.84:1621/OPICSDEV
connection.user=KFK_USER
connection.password=kafka_user012345
mode=bulk
topic.prefix=opics-demo
query=select * from OPICS.cust where rownum < 5
poll.interval.ms=900000
如果要
从多个表中读取数据,则需要同时运行多个连接器。
同样,也可以在不同的连接器属性中提供不同的主题前缀