As per the documentation, worker service is set to run before adding connectors. Suppose I am running worker-a with group.id “cluster-a” and worker-b with group.id “cluster-b” on three distributed VM’s. What is the configuration that makes connectors to choose their worker group.
Suppose I need to configure debezium mysql connector’s tasks to run on cluster-a and jdbc connector’s all tasks on cluster-b. How should I do it?
Thanks in advance.