Savonitar opened a new pull request, #324: URL: https://github.com/apache/flink-connector-kafka/pull/324
Fix the Javadoc reference in `KafkaSinkRecoveryITCase` by linking to the public `KafkaCommitter#commit` method instead of the private `logFencedRequest` helper. Adjust the surrounding wording to describe where the fencing scenario is handled. Follow-up to [the review comment on #322](https://github.com/apache/flink-connector-kafka/pull/322#discussion_r4053428368). Test behavior is unchanged. Validation: `./mvnw clean verify` passed. Also generated Javadoc and verified that the reference produces a hyperlink to `KafkaCommitter.commit(Collection)`. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes Generated-by: Codex (GPT-6) -- 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]
