Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 303 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 303 Bytes

Spring Boot Apache Kafka Consumer Example

I will setup local environment. I will use technology stack;

  • Spring Boot version v3.3.3
  • Java 21
  • Docker Technology for Apache Kafka Setup
  • IntelLij IDEA

Write the CLI command:

docker run -d -p 9092:9092 --name broker apache/kafka:latest