jigar-bhati commented on PR #267: URL: https://github.com/apache/flink-connector-kafka/pull/267#issuecomment-5095303611
Thanks @Efrat19. I think we should leave these combinations allowed. `scan.startup.mode` selects the initial position, while `auto.offset.reset` controls the fallback when an initialized position becomes unavailable. Since they are independent options, different values can be intentional. We could add validation later if these combinations prove confusing, but I would prefer to start without restricting valid Kafka configurations. I added a short documentation clarification that the two options control different phases and may intentionally use different values. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
