markusthoemmes 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_r206053861
##########
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:
These values are passed directly down to the kafka-setting which don't
support durations per my knowledge.
The configuration here is build to be passed directly to the respective
consumer/producer without touching it in our code at all.
----------------------------------------------------------------
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