Adam-Kazberuk-Narvar commented on issue #2581: Android and IOS client support URL: https://github.com/apache/pulsar/issues/2581#issuecomment-439519427 @pablichjenkov, @merlimat, thank you so much! Just for documentation's sake (wish I read the comment!): ``` # Hostname or IP address the service advertises to the outside world. If not set, the value of InetAddress.getLocalHost().getHostName() is used. advertisedAddress=127.0.0.1 ``` Hitting `ws://127.0.0.1:${webServicePort}/ws/v2/producer/persistent/public/default/my-topic` appears to work now. I'll call out the Nodejs example URLs won't work out of the box `producer/persistent/my-tenant/my-ns/my-topic1` Swapping them for the Python URL examples worked `producer/persistent/public/default/my-topic`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
