Re: kafka connect 409 with connect-distributed

2019-08-12 Thread Javier Arias Losada
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

kafka connect 409 with connect-distributed

2019-08-08 Thread Javier Arias Losada
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