lu010610 opened a new issue, #291:
URL: https://github.com/apache/rocketmq-clients/issues/291

   ClientImpl‘s Constructor 
   
   ```
   Runtime.getRuntime().addShutdownHook(new Thread(() -> {
               LOGGER.info("JVM shutdown hook is invoked, clientId={}, 
state={}", clientId, ClientImpl.this.state());
               ClientImpl.this.stopAsync().awaitTerminated();
           }));
   ```
   
   Whether this hook can be managed by the user?
   
   Is it possible to delete or add a parameter to control?
   
   


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