Tag: kafka
2022-12-01
Some time back I wrote about converting a simple java kafka project to scala. This is a just for fun look at how similar the kotlin code is.
2019-05-15 Kafka - java to scala
In the previous post we took a look at akka streams in general. Let's apply that to our producer and consumer.
2019-05-03 Kafka - java to scala
In the previous step we created a basic producer and consumer in scala but it was very close to a line by line conversion. Let's try for something that is closer to normal scala - and let's get the config values out to a configuration file.
2019-04-30 Kafka - java to scala
In the previous step we created a basic producer and consumer in java. Let's try for a direct conversion (almost line by line) to scala as a first step.
2019-04-25 Kafka - java to scala
This series will work through converting java from the confluent on-premesis course to scala