This is possible. Once you have records in your put method, its up your logic how you are redirecting it to multiple jdbc connections for insertion.
In my use case i have implemented many to many sources and sinks. Regards, Srijith On 13-Sep-2017 10:14 pm, "M. Manna" <manme...@gmail.com> wrote: Hi, I need a little help/suggestion if possible. Does anyone know if it's possible in Kafka to develop a connector that can sink for multiple JDBC urls for the same topic (i.e. table) ? The examples I can see on Confluent talks about one JDBC url (one-to-one sink). Would it be possible to achieve a one-to-many ? What I am trying to do is the following: 1) Write to a topic 2) Sink it to multiple DBs (they all will have the same table). Is this doable/correct way for Connect API? Kindest Regards,