Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 251 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 251 Bytes

spring-kafka-docker

First, run Kafka with the docker-compose:

docker-compose up

Second, access every folder(consumer and producer) and run the commands below:

./gradlew clean

./gradlew build

./gradlew bootRun