Re: How actually jdbc sink connetor run

2020-05-11 Thread Jun Wang
orm Google Group<https://groups.google.com/forum/#!topic/confluent-platform/>." From: wangl...@geekplus.com.cn Sent: Monday, May 11, 2020 6:10 AM To: users Subject: How actually jdbc sink connetor run doc: https://docs.confluent.

How actually jdbc sink connetor run

2020-05-11 Thread wangl...@geekplus.com.cn
doc: https://docs.confluent.io/3.1.1/connect/connect-jdbc/docs/sink_connector.html github code: https://github.com/confluentinc/kafka-connect-jdbc I glance over the code. Seems the actually worker is JdbcSinkTask. After put(Collection records) It will generate sql and execute it I try t