Skip to content

Spring Cloud Stream based processor with Kafka as binder

Notifications You must be signed in to change notification settings

mgorav/kafka-stream-aggregation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this app?

Spring Cloud Stream Kafka adaptation of the confluent blog example

Running the app:

docker-compose up -d
./mvnw clean package
java -jar target/kafka-stream-join-0.0.1-SNAPSHOT.jar

Produce a sample data using Producers application few times.

Play time, run the kafka consumer:

docker exec -it kafka-stream /opt/kafka/bin/kafka-console-consumer.sh --bootstrap-server 127.0.0.1:9092 --topic output-topic --key-deserializer org.apache.kafka.common.serialization.StringDeserializer --value-deserializer org.apache.kafka.common.serialization.LongDeserializer --property print.key=true --property key.separator="-"

alt text

About

Spring Cloud Stream based processor with Kafka as binder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages