lluiscab commented on issue #214:
URL: 
https://github.com/apache/pulsar-client-node/issues/214#issuecomment-1119858918

   Yeah :/
   
   I did make a try to implement it myself but I could not find anything 
exposed by the C api, is there a reason why this module is using the c api when 
it says in the documentation that it uses the C++ one? The README says: 
`because it uses the [node-addon-api](https://github.com/nodejs/node-addon-api) 
module to wrap the C++ library.` so I'd expect this library to be using the C++ 
library, not the C one, is that a documentation error then?
   
   I'm trying to connect to a pulsar broker hosted on a k8s cluster from an 
outside network (Using a public ip address) and not being able to specify the 
`listenerName` makes it impossible to connect as the library is picking up the 
internal (`svc.cluster.local`) advertised address instead of using the one 
advertised as `external` 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to