fix: The actual position has to be requested from the consumer
authorKai Moritz <kai@juplo.de>
Sun, 24 Sep 2023 19:39:01 +0000 (21:39 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 3 Feb 2024 14:11:18 +0000 (15:11 +0100)
commit3af34723e2d32d47d0d72d2f6f4e38731107eeb2
tree67fb832c1819470dc037b07289dc1555fab532a5
parent08a59b08102d1a6049b869552b16ff199ad9a218
fix: The actual position has to be requested from the consumer

* If the last seen offset and the current offset differ, although the
  partition did not contain any messages between this offsets, the loading
  process got stuck, because the position never advanced.
* Therefore, the actual position, that is compared against the read
  end-offset, has to be requested from the consumer.
src/main/java/de/juplo/kafka/chat/backend/implementation/kafka/DataChannel.java