Message Search Across Partitions

Using Confluent Cloud, is there a way to search for a message in a topic across partitions? I might not know the specific offset or even the time when the message was received and I’d rather not have to check each partition individually.

I think of creating a ksqlDB for that topic and then just write a query to search a message

1 Like