trifecta icon indicating copy to clipboard operation
trifecta copied to clipboard

In Observe panel ,some offsets display same content as offset before

Open hectorgarzon opened this issue 8 years ago • 4 comments

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

hectorgarzon avatar Nov 15 '17 16:11 hectorgarzon

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?

hectorgarzon avatar Nov 16 '17 18:11 hectorgarzon

I'll take a look, but I probably won't get to it until sometime after Jan 1.

ldaniels528 avatar Dec 19 '17 23:12 ldaniels528

Thanks

hectorgarzon avatar Dec 23 '17 23:12 hectorgarzon

Have you managed to get some time to have a look a this? It's been a long time since last comment

hectorgarzon avatar Jun 05 '18 13:06 hectorgarzon