You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @michelepinto there is no reason to add additional kafka-connect endpoints.
Talking with 1 end-point means that you are talking to the entire kafka-connect cluster
It would be a great addition to support multiple end-points / cluster and maybe we will introduce it on a future release
On the meanwhile - please don't forget to star the repos that you like
HI,
I've just installed, configured and runned successfully the kafka-connect-ui setting a single worker endpoint in env.js:
var clusters = [ { NAME:"worker-adreply", KAFKA_CONNECT: "http://domain.com:9995", KAFKA_TOPICS_UI: "http://kafka-topics-ui.url", KAFKA_TOPICS_UI_ENABLED: true , COLOR: "#141414" } ]
But the Ui gets stuck if I try to configure multiple worker endpoints in a comma separated array:
Here the env.js
var clusters = [ { NAME:"worker-adreply", KAFKA_CONNECT: "http://domain.com:9995,http://domain.com:9996", KAFKA_TOPICS_UI: "http://kafka-topics-ui.url", KAFKA_TOPICS_UI_ENABLED: true , COLOR: "#141414" } ]
Is there a bug or I'm missing something?
The text was updated successfully, but these errors were encountered: