/mac-boot-cloud-stream

Demo of Spring Cloud Stream

Primary LanguageJava

mac-boot-cloud-stream

Run project

  1. Change directory cd mac-boot-cloud-stream
  2. Start Kafka with docker compose -f .\kafka\docker-compose.yml up
  3. Download AKHQ jar file from https://github.com/tchiotludo/akhq/releases
  4. Start AKHQ, Kafka GUI tools with java -Dmicronaut.config.files=.\akhq\akhq-application.yml -jar .\akhq\akhq-0.24.0-all.jar then open http://localhost:8080/
  5. Run App then start sending message to kafka by sending request to http://localhost:8081/producer

References