advanced
Implement Asynchronous Communication in Microservices
Design a message-driven architecture for inter-service communication.
📝 Contenu du Prompt
Design an asynchronous communication pattern for an e-commerce platform consisting of Order, Inventory, and Payment services. Explain how you would handle transactional outbox patterns to ensure data consistency across services without distributed transactions. Describe the message format, the broker topology (e.g., topics/partitions), and the error handling mechanism for failed message deliveries.