abhilashmandaliya commented on a change in pull request #10028:
URL: https://github.com/apache/pulsar/pull/10028#discussion_r607510716
##########
File path:
pulsar-client-api/src/main/java/org/apache/pulsar/client/api/PulsarClient.java
##########
@@ -281,7 +281,8 @@ static ClientBuilder builder() {
* Perform immediate shutdown of PulsarClient.
*
* <p>Release all the resources and close all the producer, consumer and
reader instances without waiting
- * for ongoing operations to complete.
+ * for ongoing operations to complete. Resources passed from the outside
like EventLoopGroup or ConnectionPool
+ * will not be closed.
Review comment:
@merlimat @MarvinCai was suggesting to document it so I added it there.
Any alternative or we don't need to mention that at all?
--
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:
[email protected]