wolfstudy opened a new pull request, #772:
URL: https://github.com/apache/pulsar-client-go/pull/772

   Signed-off-by: xiaolongran <[email protected]>
   
   
   ### Motivation
   
   At present, for different Command requests, when we request the Broker, some 
commands check the state of the current consumer, and some do not check the 
state of the current consumer.
   
   If the consumer's state is closing or closed, in fact, we don't need to 
continue to request the broker, but should directly return the current request.
   
   The current change checks all requests to the broker's command and adds a 
check on the consumer state.
   
   ### Modifications
   
   - add error info for `RequestOnCnxNoWait` func
   - add consumer state check when request commands
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to