rdhabalia commented on issue #3019: add read-timeout option to async 
managed-ledger read
URL: https://github.com/apache/pulsar/pull/3019#issuecomment-449765477
 
 
   > I have a general question - does it make more sense to use read timeouts 
in bk client level, instead of doing this at managed ledger level?
   
   We should definitely need it in broker to make broker more resilient in case 
any dependent lib BK/ZK has bug and it failed to complete callback. We have 
seen such behavior in many cases and to resolve it, we need to run scripts to 
detect such stuck topics in large clusters and unload them. So, broker should 
need this mechanism to protect in case of any dependent lib has regression bug.
   
   However, I can add it in BK-client if you think it's good idea to have such 
mechanism in BK as well.?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to