imaffe commented on issue #540: URL: https://github.com/apache/rocketmq-externals/issues/540#issuecomment-634828644
WorkerSinkTask#pullMessageFromQueues(), this method can block up to 20 seconds, however the consumer pull timeout is set to 3 seconds, which is very weird. 1. We need to find out why the actual timeout is not the same as the default value, we can do this by adding a try catch block. ---------------------------------------------------------------- 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]
