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

Handle multi-endpoints Kafka connect configurations #180

Open
damienfayet opened this issue Apr 14, 2022 · 0 comments
Open

Handle multi-endpoints Kafka connect configurations #180

damienfayet opened this issue Apr 14, 2022 · 0 comments

Comments

@damienfayet
Copy link

When adding kafka connect workers, we can only specify one url.

Most of the time we need it to be able to handle at least 2 Urls in order to handle multi-node connect workers. (when the first one is not available anymore, request have to sent tto the next one in the list.

Change that :

connects:
      - name: connectWorkerName
        url: "https://myUrl1:8083"
        username: user
        password: pass

to

connects:
      - name: connectWorkerName
        url: "https://myUrl1:8083","https://myUrl2:8083"
        username: user
        password: pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant