Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 296 Bytes

payments-hexagonal

A Spring Boot API developed in Hexagonal Architecture

Docker compose

docker-compose up -d

Kafka

  • Consume messages for debugging:
kafka-console-consumer --bootstrap-server localhost:9092 --topic payments.info --from-beginning

Requirements