Re: Creating-kafka-connect

2017-03-04 Thread Kaufman Ng
I'd suggest you take a look at the Connector developer guide doc: http://docs.confluent.io/3.2.0/connect/devguide.html When you said "multiple data sources", do you mean multiple systems? In general each connector is specific to one external system, because each system may require its own specific

Creating-kafka-connect

2017-03-03 Thread VIVEK KUMAR MISHRA 13BIT0066
Hi All, I want to create my own kafka connector which will connect multiple data source. Could anyone please help me in doing so...