pablichjenkov edited a comment on issue #2581: Android and IOS client support URL: https://github.com/apache/pulsar/issues/2581#issuecomment-439503381 @Adam-Kazberuk-Narvar I resolved the problem by specifying explicitly the hostname when running the pulsar standalone. The problem was that my MAC DNS config was returning a wrong domain when resolving localhost. The standalone command has an option to explicitly set the host name you want Pulsar to be launched. Its called advertisedAddress, check bellow documentation. https://pulsar.apache.org/docs/v1.19.0-incubating/reference/Configuration/#advertisedAddress On another hand I created a simple sample using the websocket api with Android, check here: https://github.com/pablichjenkov/Pulsar-Droid Once I find some time I will create one for iOS.
---------------------------------------------------------------- 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
