kafka-spring-boot-example icon indicating copy to clipboard operation
kafka-spring-boot-example copied to clipboard

Spring Boot application showing basic configuration to work with Kafka

Results 4 kafka-spring-boot-example issues
Sort by recently updated
recently updated
newest added

It would be nice to have example with Spring Boot 3.x in place.

I build the project in IntelliJ (although all maven support is missing in the example) and changed the application.yml to set the parameter "bootstrap-servers" to my docker host IP with...

There are missing dependencies. No Tomcat server is spun up thus controller not functional.

https://github.com/thepracticaldeveloper/kafka-spring-boot-example?tab=readme-ov-file#readme ![Image](https://github.com/user-attachments/assets/87a0b7db-fa20-4724-8d0d-a8a8669f07c5) not getting connected to kafka brokers Please find the error ..