Re: Kafka Connect Distributed Mode Doubt

2021-03-23 Thread Himanshu Shukla
Thanks for the clarifications, Robin. On Tue, Mar 23, 2021 at 2:51 PM Robin Moffatt wrote: > 1. Kafka Connect standalone workers have their connectors configured based > on properties file(s) passed on the command line at startup. You cannot use > REST to add or remove them > 2. Correct, Standal

Re: Kafka Connect Distributed Mode Doubt

2021-03-23 Thread Robin Moffatt
1. Kafka Connect standalone workers have their connectors configured based on properties file(s) passed on the command line at startup. You cannot use REST to add or remove them 2. Correct, Standalone workers are isolated instances that cannot share load with other workers 3. Correct, Distributed w

Kafka Connect Distributed Mode Doubt

2021-03-22 Thread Himanshu Shukla
Hi All, I am having these below understanding regarding Kafka connect. 1. Kafka Connect Standalone has the provision of either running the job from the command line or we can use the REST interface also to add/update/delete a connector job. 2. Standalone mode won't be running like a clustered en