sven-lange-last commented on a change in pull request #3912: Fix
max.poll.interval.ms setting of KafkaConsumer.
URL:
https://github.com/apache/incubator-openwhisk/pull/3912#discussion_r206074660
##########
File path: common/scala/src/main/resources/application.conf
##########
@@ -72,7 +72,7 @@ whisk {
heartbeat-interval-ms = 10000
enable-auto-commit = false
auto-offset-reset = earliest
- max-poll-interval = 360000
+ max-poll-interval-ms = 900000 // 20 minutes
Review comment:
Very good finding! And: 900,000 ms are 15 minutes :-)
----------------------------------------------------------------
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