Communication between microservices should be based on a message queue system.
- research needed - which system to use. Azure Storage Account queues / Azure Service Bus / Other?
- move from cqs to CQRS
- fetch data by some RPC - the gRPC for example with a protobuf?
Communication between microservices should be based on a message queue system.