Hi all,
i’m asking how to create connector on kafka connect in distributed mode.
Right now we have kafka connect deploy on k8s with 3 replicas; we have an init script for each replica that create connectors.
Is it right to create connectors in each replica or is better to user k8s service that stay in front of replicas and send api request randomly to replicas?
Which way the best approach to create connector on kafka connect deployed in k8s?
Thanks