/KafkaOrderAmountAlertMailService

Overall, this code represents an application that saves orders, sends order events to Kafka, consumes order events from Kafka, and sends email alerts for highest orders. It uses Spring Boot, Spring Data JPA, Kafka, and JavaMailSender for these functionalities.

Primary LanguageJava

No issues in this repository yet.