tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.41k stars 660 forks source link

akhq 0.23.0 - Not able to read data from topic unless timestamp is explicitly mentioned #1990

Open Syed-Shahidh-Ilhan opened 2 weeks ago

Syed-Shahidh-Ilhan commented 2 weeks ago

image

We discovered that AKHQ only displays messages when we explicitly specify a timestamp in the AKHQ UI.

Steps I followed to Reproduce:

  1. Open AKHQ topic viewer for the topic "topic-name".
  2. Attempt to view messages without setting a timestamp filter, which results in no messages displayed.
  3. Set a specific timestamp where known messages exist.
  4. Messages are displayed as expected when the timestamp is set.

Can I please get some help here? Thanks in advance :)

AlexisSouquiere commented 1 week ago

@Syed-Shahidh-Ilhan do you have the same issue with the latest 0.25.1 version ?