datastax / pulsar-ansible

Apache License 2.0
4 stars 9 forks source link

Deployment of Pulsar Admin Console doesn't correctly configure local.json parameter "pulsar_url", prevents Console from connecting/query Brokers #18

Open PatBStream opened 1 year ago

PatBStream commented 1 year ago

After deployment of Pulsar Admin Console, the config/local.json file has the "pulsar_url" parameter configured with multiple "brokers". The Console will start ok, but does not connect/query the Brokers, when accessing the "Cluster, Brokers" screen in the Console.

Snippet from local.json file showing issue" "server_config": { "port": "6454", "pulsar_url": "http://10.166.88.55:8080,10.166.90.103:8080,10.166.91.184:8080",

To workaround this issue, update the "pulsar_url" parameter to 1 Broker, not multiple.

What is the correct syntax for the "pulsar_url" string?