Skip to content

This project contains a demo for the kstreamplify library. It aims at getting a comparison between standard kafka streams and the same project with kstreamplify

Notifications You must be signed in to change notification settings

clvacher/kstreamplify-demo

Repository files navigation

kstreamplify-demo

This project contains a demo for the kstreamplify library. It aims at getting a comparison between standard kafka streams and the same project with kstreamplify

Micro topology

Micro topology

Commands

kafka-topics --create --bootstrap-server kafka-service:9092 --topic demo.INPUT_DATA --replication-factor 1 --partitions 3

kafka-topics --create --bootstrap-server kafka-service:9092 --topic demo.OUTPUT_ENRICH --replication-factor 1 --partitions 3

kafka-topics --create --bootstrap-server kafka-service:9092 --topic demo.REFERENTIAL_DATA --replication-factor 1 --partitions 3

kubectl port-forward svc/akhq-service 8090:8080

About

This project contains a demo for the kstreamplify library. It aims at getting a comparison between standard kafka streams and the same project with kstreamplify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages