GitHub user alexjg opened a pull request:
https://github.com/apache/kafka/pull/4197
KAFKA-6190 GlobalKTable never finishes restoring when consuming
transactional messages
Calculate offset using consumer.position() in
GlobalStateManagerImp#restoreState
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alexjg/kafka 0.11.0
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4197.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4197
----
commit d96aac2de211ee4592e795b07d059dd4dea20f95
Author: Alex Good <[email protected]>
Date: 2017-11-08T23:26:09Z
Calculate offset using consumer.position() in
GlobalStateManagerImpl#restoreState
----
---