jigar-bhati commented on PR #267: URL: https://github.com/apache/flink-connector-kafka/pull/267#issuecomment-4803050274
Thanks, this makes sense. I revised the PR in this direction. The new version removes `OffsetsInitializer.withOffsetResetStrategy(...)` and the wrapper initializer entirely. Instead, `ConsumerConfig.AUTO_OFFSET_RESET_CONFIG` is now respected consistently. If the user explicitly configures it, that value is preserved; otherwise the builder keeps the existing behavior and derives `auto.offset.reset` from `OffsetsInitializer#getAutoOffsetResetStrategy()`. So this should address the recovery gap for users who opt into `auto.offset.reset=none`, while avoiding a default behavior change for existing jobs. -- 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]
