Efrat19 commented on PR #267:
URL: 
https://github.com/apache/flink-connector-kafka/pull/267#issuecomment-5159129472

   > 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.
   
   Outside broker corruption its hard to imagine a case where you want this 
values to be independent. For years the value was inferred from the 
offsetInitializer.
   I'd still log a warning, at least to signal that this isn't optimal.


-- 
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]

Reply via email to