Skip to content

naree/mu-kafka-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playing with Mu + Avro + fs2-kafka

To start the Kafka consumer

sbt "runMain foo.main.Consumer"

To start the Kafka producer and send a message with User in version 1

sbt "runMain foo.main.Producer"

To start the Kafka producer and send a message with User in version 2

sbt "runMain foo.main.Producer2"

To start the RPC server & producer combined

sbt "runMain foo.main.UserV1Server"

To start the RPC client

sbt "runMain foo.main.UserV1Client"

About

Playing with Mu + Avro + fs2-kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages