Skip to content

Simple service example for consuming messages from kafka and storaging them to DataBase

Notifications You must be signed in to change notification settings

lugingf/kafka_saver

Repository files navigation

kafka saver

Simple service template.

Consumes messages from Kafka and stores them in DataBase

Run Kafka + Zookepper

This configuration fits most development requirements.

- Zookeeper will be available at $DOCKER_HOST_IP:2181
- Kafka will be available at $DOCKER_HOST_IP:9092
- (experimental) JMX port at $DOCKER_HOST_IP:9999

Run with:

docker compose up
docker compose down

About

Simple service example for consuming messages from kafka and storaging them to DataBase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages