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>
Sun, 28 Jan 2024 17:51:39 +0000 (18:51 +0100)
commit65d28d949e6b35cb37c5122e3fb4cb02c0c2802c
tree01439eabf80071d0e9572901a81f46fd5516e1e2
parent0af371a88cdfef47ddc530ada8e796290bf233ee
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