1

Can you tell me how to inspect "old" messages from a topic (from Confluent Control Center)?

I'm logged in and trying to inspect but i see only new messages?

It is possible?

Or can i use only ksql for it?

Thanks.

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
uri go
  • 105
  • 5

1 Answers1

0

If there's no option to set the starting offset for consumption, then the UI only displays a live view of currently incoming data.

Even in ksql you have to specify the property to start reading the beginning offsets of the topic

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245