Run a connector on a Specific Connect broker #4317
-
Hello all, We have been using Kafka connect to run multiple connectors and there are couple of connectors which have very high throughput. At time we see these high throughput connectors run into problems, so just wondering if it's possible to tell the connect cluster (by a config parameter) to run a specific only a specific connect broker. This might sound silly but why I ask is we don't want the other connectors to be disturbed by the problematic ones. Hoping for some help from the community! Thanks! Eazhilan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
AFAIK there is no option for this in Kafka Connect. The usual approach to address this issue is to have multiple independent Kafka Connect instances (https://strimzi.io/docs/operators/latest/full/deploying.html#con-kafka-connect-multiple-instances-str) and deploy the problematic connectors on a separate instance. |
Beta Was this translation helpful? Give feedback.
AFAIK there is no option for this in Kafka Connect. The usual approach to address this issue is to have multiple independent Kafka Connect instances (https://strimzi.io/docs/operators/latest/full/deploying.html#con-kafka-connect-multiple-instances-str) and deploy the problematic connectors on a separate instance.