akhq icon indicating copy to clipboard operation
akhq copied to clipboard

Connects option missing in UI with multiple servers

Open shnplr opened this issue 3 years ago • 2 comments

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"

shnplr avatar Oct 31 '21 13:10 shnplr

Internally I use kafka-connect-client, that don't support multiple connect url, I think you should report the used to the based libs

tchiotludo avatar Nov 01 '21 12:11 tchiotludo

Have you found a solution to specify multiple url ?

apellegr06 avatar Apr 27 '22 14:04 apellegr06