In Observe panel ,some offsets display same content as offset before
In some topics, when displaying a message content on "Observe" panel, the same content is displayed on different offsets, although on Kafka I can see that there is no 2 messages with the same content. Also when running "message streaming" feature those "duplicated" messages are skipped. I'm using version 0.22.0rc8b
More information: if I use API REST it's even more clear:
http://xxxx:9000/api/message/data/pc-pdm-bom-data/1/45622 gives the same as http://xxxx:9000/api/message/data/pc-pdm-bom-data/1/45621, I mean event the offset value:
{
"type":"json",
"payload":{
"metadata":{
"eventVersion":"1.0",
"eventSource":"pc-pdm-bom-data",
"eventName":"event1",
"eventTime":"2017-11-15T09:30:15"
},
"payload":{
"materialWayRevision":"C",
"materialWayNumber":"19329949"
}
},
"partition":1,
"offset":45621
}
Any clue why this is happening?
I'll take a look, but I probably won't get to it until sometime after Jan 1.
Thanks
Have you managed to get some time to have a look a this? It's been a long time since last comment