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
- Host: GitHub
- URL: https://github.com/lightbend/kafka-streams-query
- Owner: lightbend
- License: apache-2.0
- Archived: true
- Created: 2017-12-11T06:08:08.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-24T15:16:02.000Z (about 3 years ago)
- Last Synced: 2023-07-27T08:09:06.297Z (almost 3 years ago)
- Topics: akka-http, kafka, kafka-streams, scala
- Language: Scala
- Size: 102 KB
- Stars: 69
- Watchers: 12
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This library is not maintained anymore.
### HTTP Endpoints for Interactive Queries for Kafka Streams
[](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.