Build a simple application sending email using MessageBroker Apache kafka
Here is my source code java for application send email to new user register. I used spring ecosystem, Netflix OSS, discovery Eureka server, Apache Kafka and Spring Cloud Gateway.
- Java 17
- SpringBoot 3
- Spring Cloud Gateway
- Eureka Server
- Netflix OSS
- Kafka 3.6.0
POST /api/ms-user/register| Parameter | Type | Description |
|---|---|---|
id |
string |
Required. Id of item to fetch |
name |
string |
Required. Name is an email address |
password |
string |
Required. password is optional |
