An open API service indexing awesome lists of open source software.

https://github.com/lightbend/kafka-streams-query

Library offering http based query on top of Kafka Streams Interactive Queries
https://github.com/lightbend/kafka-streams-query

akka-http kafka kafka-streams scala

Last synced: 5 months ago
JSON representation

Library offering http based query on top of Kafka Streams Interactive Queries

Awesome Lists containing this project

README

          

# This library is not maintained anymore.

### HTTP Endpoints for Interactive Queries for Kafka Streams

[![Build Status](https://secure.travis-ci.org/lightbend/kafka-streams-query.png)](http://travis-ci.org/lightbend/kafka-streams-query)

Library offering http based query on top of Kafka Streams Interactive Queries. The project has 2 parts:

1. The core library, as described [here](lib/README.md)
2. A couple of example implementations, as described [here](examples/example-dsl/README.md) and [here](examples/example-proc/README.md)

Please go through the above links to learn more about the library.

> **NOTE:** This functionality may now exist in Kafka Streams itself. Check its current capabilities before introducing this library to your projects.