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 <ro...@confluent.io> wrote: > > 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 Moffatt | Developer Advocate | ro...@confluent.io | @rmoff > > >> On Wed, 5 Dec 2018 at 10:19, Федор Чернилин <investorme...@gmail.com> wrote: >> >> 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