akhq
akhq copied to clipboard
Connects option missing in UI with multiple servers
The Connects is missing in UI when specifying multiple workers (distributed) e.g.
connect:
- name: connect-cluster
url: "http://worker1:8083,http://worker2:8083"
However it works if providing a single URL:
connect:
- name: connect-cluster
url: "http://worker1:8083"
Internally I use kafka-connect-client, that don't support multiple connect url, I think you should report the used to the based libs
Have you found a solution to specify multiple url ?