Status of Kafka Streams Query Project

Hello,

It has been a while since the original library https://github.com/lightbend/kafka-streams-query was developed and has added some great functionality there that we are looking to continue using.

Since Kafka has now moved to 2.x or more specifically 2.2.0, this library would need to be updated to continue the support, there is an open PR at the moment but no love on this project recently. FYI: https://github.com/lightbend/kafka-streams-query/pull/14
What is the best way to move forward? The fix is minimal, so should be easy to adopt.

Regards

Hi psilos,

I don’t have an official answer about the status of this project, but I would recommend evaluating the Interactive Queries feature that now exists in Kafka Streams itself. It’s similar to the implementation in kafka-streams-query so it may not be too difficult to map your use case to it. Here’s a blog post with an example of its use.

Regards,
Sean