redpanda-data / redpanda-ansible-collection

Apache License 2.0
7 stars 6 forks source link

Allow multiple Connect API URLs per Connect cluster #68

Closed vuldin closed 2 months ago

vuldin commented 10 months ago

It doesn’t appear that I can add multiple connect API URLs to a cluster. Most of the clusters were supported are distributed with multiple servers. Can this be confirmed and if so could this config be updated to support a list?

connect:
  enabled: true
  clusters:
    - name: KFK-RND-RP
      url:["https://server1.domain:8083","https://server2.domain:8083","https://server3.domain:8083","https://server4.domain:8083"] # Multiple URLs breaks loading the connect cluster in the UI