Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1555#issuecomment-176175300 I think we have to make this a bit more sophisticated and allow the user to specify behavior when offsets cannot be fetched: - FAIL (fail if any offset could not be fetched) - FALLBACK_ALL (as soon as one cannot be fetched, all follow the auto-reset behavior) - FALLBACK_FAILED (only the ones that could not be fetched follow the auto-reset behavior) Do we need to implement re-tries, or does the ZooKeeper framework handle that?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---