/spring-boot-kafka-producer-consumer-example

Spring Boot Kafka Producer Consumer Example (with Gradle)

Primary LanguageJava

spring-boot-kafka-producer-consumer-example

Spring Boot Kafka Producer Consumer Example (with Gradle)

  • Go to project root folder

  • Run Docker Compose file

docker-compose up -d
  • Run notification-ms application

  • Run payment-ms application

Mongo Properties

username: username
password: password
db: notification_db
host: localhost
port: 27018