Skip to content

parabuzzle/KafkaStreamsPlayground

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

KafkaStreamsPlayground

A simplified little example app for using kafka streams to sort messages for a real-world use case. If you're new to Kafka streams and you're Java is rusty... this example should get you far enough to start hacking your own stuff.

I have an example of a simple filter and a branch operation for message sorting within the streaming processor.

You can read the blog post here: http://www.mikeheijmans.com/java/2017/01/17/Kafka-Streaming-Processors-Simplified/

streams diagram

About

A simplified little example app for using Kafka streams to sort messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages