Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Queryable Kafka Topics with Kafka Streams.

License

NotificationsYou must be signed in to change notification settings

bakdata/kafka-key-value-store

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.

Quick Start

Compile the project using Maven:

mvn package

Start 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 localhost

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp