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.
Build a App to solve the above problem scenario