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
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 expectsbrokerServiceUrl
. The same for the webservicebrokerWebServiceURL
->serviceUrl