Spring Boot app with Apache Kafka in Docker container
4 min
Tutorial
Translation

Privet, comrads!
In this article i’ll show how easy it is to setup Spring Java app with Kafka message brocker. We will use docker containers for kafka zookeeper/brocker apps and configure plaintext authorization for access from both local and external net.
Link to final project on github can be picked up at the end of the article.