Re: Adding new connector Jars dynamically in Kafka Connect

2020-04-13 Thread Robin Moffatt
No. You have you restart the worker. -- Robin Moffatt | Senior Developer Advocate | ro...@confluent.io | @rmoff On Tue, 7 Apr 2020 at 18:24, nitin agarwal wrote: > Hi, > > I have a use case where new connectors will keep on adding to existing > running Kafka Connect cluster. Is there any wa

Re: Adding new connector Jars dynamically in Kafka Connect

2020-04-09 Thread nitin agarwal
**BUMP** On Tue, Apr 7, 2020 at 10:54 PM nitin agarwal wrote: > Hi, > > I have a use case where new connectors will keep on adding to existing > running Kafka Connect cluster. Is there any way in Kafka Connect to submit > the new connector jar dynamically without restarting the Connect process?

Adding new connector Jars dynamically in Kafka Connect

2020-04-07 Thread nitin agarwal
Hi, I have a use case where new connectors will keep on adding to existing running Kafka Connect cluster. Is there any way in Kafka Connect to submit the new connector jar dynamically without restarting the Connect process? Thanks, Nitin