eaba commented on issue #78: Error: Failed to send message: AlreadyClosed 
URL: 
https://github.com/apache/pulsar-client-node/issues/78#issuecomment-602017688
 
 
   There are two sides to this, cause I experienced it!
   1 - If your producer is actually being closed, have you tried Ping-ing the 
server every, lets say, 30s.                            Also try handling Ping 
command coming from the server.
   
   2 - It might be that you created a producer with one connection and sending 
messages via another connection that is not meant for that producer - you will 
get alreadyclosed exception even if the producer is alive!
     

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to