You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/05/07 13:19:43 UTC

[GitHub] [pulsar-client-go] wolfstudy edited a comment on issue #239: panic during rapid send of many large-sized payloads: "panic: send on closed channel"

wolfstudy edited a comment on issue #239:
URL: https://github.com/apache/pulsar-client-go/issues/239#issuecomment-625238240


   > connection closed...; reconnecting to broker....;
   
   This means that the current connection between the client and the broker is closed, and the client attempts to establish a connection with the broker again within the `connection timeout`.
   
   > {"timestamp":"2020-05-06T15:03:27Z","severity":"INFO","message":"Connection closed"}
   
   The log level is `INFO`, this means that the user program triggered the go client to close the current connection of the consumer. When the  go client receives the `connectionClosed`, it will reconnect to the broker.  


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