- Notifications
You must be signed in to change notification settings - Fork12
Queryable Kafka Topics with Kafka Streams.
License
NotificationsYou must be signed in to change notification settings
bakdata/kafka-key-value-store
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository provides the source code for our blog post onMedium.
It includes an example implementation of a Kafka Streams application that provides a key-value query interface to the messages of a key-partitioned Kafka topic.
Additionally, a Dockerfile and a Kubernetes deployment specification demonstrate how the application can be easily deployed to a Kubernetes Cluster.
Compile the project using Maven:
mvn packageStart one or more instances of the Kafka Streams application:
./streams-processor \ --topic messages \ --streams-props \ bootstrap.servers=localhost:9092 \ num.standby.replicas=1 \ --application-id my-streams-processor \ --hostname localhostAbout
Queryable Kafka Topics with Kafka Streams.
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.