As described here: 
https://docs.confluent.io/current/connect/kafka-connect-jdbc/sink-connector/sink_config_options.html

connector.class=io.confluent.connect.jdbc.JdbcSinkConnector
tasks.max=1
topics=orders
connection.url=jdbc:xxx
connection.user=xxx
connection.password=xxx
insert.mode=upsert
pk.mode=record_value
pk.fields=id


If I want to config many tables and every table has different primary key, how 
can i do that?

Thanks,
Lei


wangl...@geekplus.com.cn 

Reply via email to