You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/10/13 12:38:47 UTC

[GitHub] [beam] je-ik edited a comment on pull request #13026: [BEAM-8639][BEAM-8774] Update Kafka dependencies

je-ik edited a comment on pull request #13026:
URL: https://github.com/apache/beam/pull/13026#issuecomment-707709558


   I'll just metion one issue I ran into, `poll` can now throw `RebalanceInProgressException` that must be handled: https://kafka.apache.org/26/javadoc/org/apache/kafka/common/errors/RebalanceInProgressException.html.
   This applies only to cases when consumer `group.id` used, we don't use it by default, but when user specifies it, the handling probably should be added. This change was introduced in KIP https://cwiki.apache.org/confluence/display/KAFKA/KIP-429%3A+Kafka+Consumer+Incremental+Rebalance+Protocol


----------------------------------------------------------------
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:
users@infra.apache.org