Re: Problem with Kafka Connector

2018-12-06 Thread Lakshman Yarlagadda
Thanks robin Usually how many connectors can load on one worker to have independent kafka connect cluster Thanks Lakshman Sent from my iPhone > On 6 Dec 2018, at 9:49 PM, Robin Moffatt wrote: > > If the properties are not available per-connector, then you will have to > set them on the wor

Re: Problem with Kafka Connector

2018-12-06 Thread Lakshman Yarlagadda
Hello We have eight countries, each country have three connectors .total 24 connectors but we have one worker cluster , every time kafka connect worker need to restart In this case how we can manage , pls suggest Regards Lakshman > On 6 Dec 2018, at 9:49 PM, Robin Moffatt wrote: > > If t

Re: Problem with Kafka Connector

2018-12-06 Thread Robin Moffatt
If the properties are not available per-connector, then you will have to set them on the worker and have independent Kafka Connect clusters delineated by connector requirements. So long as you configure the ports not to clash, there's no reason these can't exist on the same host. -- Robin Moffa