Not all messages are showing up for JSONSchema messages #1311
-
Hello I have a topic whereby on the TOPIC LIST page in AKHQ it says there are 8 messages. However, when I click on the topic to show all the detail, not all messages are shown and sometimes no messages are shown. I can see from multiple places that there are 8 messages. I can see on the metrics page there are 8 messages. kafka_log_log_value{instance="myserver:1111",job="kafka",name="LogEndOffset",partition="0",topic="my.topic"} 219 This only seems to happen for messages which are serialized with JSONSchema. Is there any way to add debugging to show why this is happening? Is it tripping up on some control character that the JSONSchema serialization is doing? So my questions: How does AKHQ arrive at the value of 8. I see the "around" symbol there instead of an equal symbol. Why is when I show the detail there are not 8 messages. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Is the topic compacted ? if yes, it's normal, the counter is an approximation based on begin and end offset, if the topic are compacted, the number is not relevant and can't be relevant, since there is no Kafka Api that return the exact value. |
Beta Was this translation helpful? Give feedback.
Is the topic compacted ? if yes, it's normal, the counter is an approximation based on begin and end offset, if the topic are compacted, the number is not relevant and can't be relevant, since there is no Kafka Api that return the exact value.