Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 603 Bytes

File metadata and controls

21 lines (15 loc) · 603 Bytes

Spring Boot Kafka Producer Docker

This example shows how to produce message and publish into kafka topic in a Spring Boot application and build Spring Boot App as a Docker image. It contains docker compose file so that entire set up can be run in docker envirment.

image

Technology Stack
+ Java 19
+ Spring Boot 3.0.1
+ Spring Boot Rest API
+ Apache Kafka
+ Docker
+ Fabric8 Maven Pluggin

Author