Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use separate variable to track the consume offset
This commit updates reader_service.go to use a separate variable to track the consume offset instead of mutating the last committed offset. I found this makes the code easier to follow as the last committed offset does not change.
- Loading branch information