From: Kai Moritz Date: Sun, 24 Sep 2023 19:39:01 +0000 (+0200) Subject: fix: The actual position has to be requested from the consumer X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=65d28d949e6b35cb37c5122e3fb4cb02c0c2802c;hp=65d28d949e6b35cb37c5122e3fb4cb02c0c2802c;p=demos%2Fkafka%2Fchat 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. ---