lhotari commented on a change in pull request #9308:
URL: https://github.com/apache/pulsar/pull/9308#discussion_r564516583



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
##########
@@ -175,6 +175,7 @@
 @Setter(AccessLevel.PROTECTED)
 public class BrokerService implements Closeable, 
ZooKeeperCacheListener<Policies> {
     private static final Logger log = 
LoggerFactory.getLogger(BrokerService.class);
+    private static final int CHANNEL_CLOSE_TIMEOUT_SECONDS = 10;

Review comment:
       @sijie Thanks for the review. I've made it configurable in the most 
recent commit pushed to this PR.




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


Reply via email to