Shally-Katariya opened a new pull request, #21382:
URL: https://github.com/apache/kafka/pull/21382
### Motivation
Kafka currently lacks a focused system test that validates a simple
end-to-end consumer workflow with manual offset commits across a restart.
### Changes
- Added a system test extending the existing produce-consume validation
template.
- The test restarts a manually committing consumer mid-run and verifies
that consumption resumes from committed offsets without duplicate delivery.
### Notes
- Reuses existing Kafka system test infrastructure.
- No production code changes.
--
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]