Hi Kafka users,
I've been trying to investigate this a bit further, in the documentation
for the Connect REST API, found this paragraph:
"*Note that if you try to modify, update or delete a resource under
> connector which may require the request to be forwarded to the leader,
> Connect will retu
Hello there,
we were suffering some problems on our connect-distributed setup, when
posting a new Connector config, the response was always a 409 Conflict
mentioning a rebalance as the underlying reason.
It was fixed after setting up a different CONNECT_REST_ADVERTISED_HOST_NAME on
each worker, ess