Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 572 Bytes

Event Sourcing - Kafka,Socket & Node.js - Intermediate.md

File metadata and controls

11 lines (6 loc) · 572 Bytes

Scenario

your company is working on Microservice Architecture. Scenario is, User can create a Task. when use create a task, it should be stored in the Database and should be updated in all other Users dashboard on real time. User is a Separate Service and Task is a Separate Service. Communication between Services will be through Kafka/RabbitMQ or any other Message Queue.

Reference

Problem

Build a App to solve the above problem scenario