Account Service (Container)
May 24, 2025 ยท View on GitHub
Description
Handles user accounts
Parent
Technology
Java, Spring Boot
Tags
advanced, microservice
Incoming Synchronous Requests
| From | Name | To | Technology | Description |
|---|---|---|---|---|
| Notification Service | request | Account Service | REST | Email for Account |
| Payment Service | request | Account Service | REST | Payment Data |
| Shipping Service | request | Account Service | REST | Account Address |
Outgoing Synchronous Requests
| From | Name | To | Technology | Description |
|---|---|---|---|---|
| Account Service | store | Account Database | JDBC | Account Data |
Outgoing Asynchronous Publish/Produce
| From | Name | To | Technology | Description |
|---|---|---|---|---|
| Account Service | publish | Account Topic | Kafka | AccountCreatedEvent, AccountUpdatedEvent, AccountDeactivatedEvent |
Container View

Container view for the Microservices example
Navigation
(generated by Overarch with template docs/node.md.cmb)