Skip to content

Free text search for Kafka messages

Posted on:September 8, 2024 at 01:48 PM

An internal tool when…

You need extremely fast Kafka message query, result returns around 200-500ms rather than multiple seconds. Also you need verify correlation across multiple Kafka topics.

A note for myself as an opensource pet project.

The project should allow users to:

The app:

img.png

The UI:

img_1.png

I have used the following stacks for above application, and it works pretty well:

The UI is quick and responsive to query, result grid is lazy loading. Hard disk load is manageable and it is self-cleaning as well.