sven-lange-last commented on issue #3912: Fix max.poll.interval.ms setting of KafkaConsumer. URL: https://github.com/apache/incubator-openwhisk/pull/3912#issuecomment-408811942 From [Kafka documentation - New Consumer Configs](https://kafka.apache.org/documentation/#newconsumerconfigs): * `request.timeout.ms`: The configuration controls the maximum amount of time the client will wait for the response of a request. If the response is not received before the timeout elapses the client will resend the request if necessary or fail the request if retries are exhausted. * `max.poll.interval.ms`: The maximum delay between invocations of poll() when using consumer group management. This places an upper bound on the amount of time that the consumer can be idle before fetching more records. If poll() is not called before expiration of this timeout, then the consumer is considered failed and the group will rebalance in order to reassign the partitions to another member.
---------------------------------------------------------------- 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
