Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

connect-cluster: multi --endpoint #31

Open
michaelhuang opened this issue Mar 2, 2018 · 2 comments
Open

connect-cluster: multi --endpoint #31

michaelhuang opened this issue Mar 2, 2018 · 2 comments

Comments

@michaelhuang
Copy link

michaelhuang commented Mar 2, 2018

hi, @andrewstevenson,

Is it possible to include multi --endpoints?
So that we could manage a connect-cluster by using only one CLI.

look forward to your kind reply. ☺

@Tapppi
Copy link

Tapppi commented Apr 26, 2018

You could use multiple aliases in you shell configuration:

alias connect-cli-dev="path/to/cli -e kafka-connect.dev.example.com"
alias connect-cli-prod="path/to/cli -e kafka-connect.prod.example.com"

Or do you mean issuing one request to multiple backends?

@andrewstevenson
Copy link
Contributor

@michaelhuang The connect workers in a cluster are masterless, you can hit any worker. I'm not sure what you're after? The cli works for Connect distributed mode so you are managing connectors in a cluster.

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

No branches or pull requests

3 participants