datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
46 stars 38 forks source link

Fix WebSocket proxy ConfigMap if using broker as StatefulSet #268

Closed nicoloboschi closed 1 year ago

nicoloboschi commented 1 year ago

While using broker as statefulset, the user has to configure the proxy.useStsBrokersForDiscovery: true in order to use the brokerSts component name. If so, the ws config map doesn't correctly set the broker service url.

The proxy config accepts brokerServiceURL instead the websocket config expects brokerServiceUrl. The same for the webservice brokerWebServiceURL -> serviceUrl