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.
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