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, 27 Jan 2024 15:04:43 +0000 (16:04 +0100)
commit521e4e28789e60e8ba9fd7071b7f53b25c4eb26e
tree17ab8ac23b517946a699b77479ba09ad3c62b220
parentb2fbc8c1d85925022e7b07ecb835c6aaa0b096b2
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