davsclaus commented on PR #24696: URL: https://github.com/apache/camel/pull/24696#issuecomment-4977938430
@gnodet Good point on the test coverage gap. Added `KafkaRecordStreamingProcessorTest` in the streaming package (since the class is package-private) with two tests that directly validate the fix: 1. `manualCommitDoesNotRecordOffset` — verifies `commitManager.recordOffset()` is never called when `allowManualCommit=true` 2. `autoCommitRecordsOffset` — counter-test verifying `recordOffset()` is called with the correct partition and offset when `allowManualCommit=false` _Claude Code on behalf of davsclaus_ -- 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]
