Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect UI does not work with the a comma separated of worker endpoints #28

Open
michelepinto opened this issue Apr 11, 2017 · 1 comment

Comments

@michelepinto
Copy link

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:

screen shot 2017-04-11 at 16 27 04

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?

@Antwnis
Copy link
Contributor

Antwnis commented Apr 11, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants