You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/21 09:17:38 UTC

[GitHub] [pulsar-client-node] eaba commented on issue #78: Error: Failed to send message: AlreadyClosed

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:
users@infra.apache.org


With regards,
Apache Git Services