dludwig opened a new issue #104: URL: https://github.com/apache/pulsar-client-node/issues/104
Hello My use case is for a long running system that produces messages by event triggers (think something like a web server that produces data for pulsar on HTTP events) I find this works ok for a brief period of time, but then the producer times out and subsequent events then fail to get sent to pulsar my work around is to open the connection, use the producer to send the data to pulsar, then close the connection every time -- this seems like a waste of time connecting/disconnecting is there a way (or can there be a way) to make the producer connection long lasting? or auto-reconnecting? thanks ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org