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

Problem with Kafka Connector

2018-12-05 Thread Федор Чернилин
Hello! I have question. We have cluster with several connect workers. And we have many different connectors. We need to set for each connector its own settings, max.in.flight.requests.per.connection , partitioner.class, acks. But I have difficulties. How can I do that? Thanks