You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/30 18:30:54 UTC

[GitHub] markusthoemmes opened a new pull request #2450: Adjust kafka's maximum poll period.

markusthoemmes opened a new pull request #2450: Adjust kafka's maximum poll period.
URL: https://github.com/apache/incubator-openwhisk/pull/2450
 
 
   Kafka allows setting the maximum period between two polls. As we allow for 5 minutes of action execution, in a fully loaded invoker it might take 5 minutes for the consumer to poll again. To prevent rebalances this value is adjusted accordingly.
   
   Bumping Kafka's version is needed because that value is exposed only in 0.10.1+.
   
   ConsumerGroups are removed (or rather: each Invoker/Controller is in it's own ConsumerGroup) to prevent rebalances to impact other consumers. OpenWhisk does not use ConsumerGroup mechanics anyway.
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services