Reputation: 8774
I am looking to get the Spring Boot and Apache Kafka complex topics/scenarios examples. Whatever I found on web was very basic and similar demo.
Does anyone has Spring Boot and Apache Kafka example?
Upvotes: 2
Views: 1856
Reputation: 574
I was also looking for solid examples. And I could not find anything concrete but "hello world"... Then I just realized that I'm overlooking the Confluent's documents.
I think the Confluent Platform's blog is a real hidden gem for the developers. There are lots of cool topics besides of example/tutorials. To name few of them:
Upvotes: 2
Reputation: 3803
please refer this tutorial. there are some steps. https://howtodoinjava.com/kafka/spring-boot-with-kafka/
Upvotes: 1