This is a small demo
Find a file
2026-03-04 19:48:05 +01:00
kafka-consumer initial commit 2026-03-04 19:48:05 +01:00
kafka-producer initial commit 2026-03-04 19:48:05 +01:00
README.md initial commit 2026-03-04 19:48:05 +01:00

Spring Kotlin Kafka Example

This is a small demo. It should show how two spring boot instances can communicate via Kafka.

If you want to try it you can use the Kafka Docker from Wurstmeister https://github.com/wurstmeister/kafka-docker

I used the SingleBroker Version with localhost as KAFKA_ADVERTISED_HOST_NAME.