We are designing a solution for a CMS hosted in cloud and talks with external systems using microservices. The microservices request and response is JSON. There might be 100+ such microservices. I need advice in which desgin patterns should I use in this case. One of which I think is Command Pattern which helps in performing multiple operations on same data. We will be using domain driven design
Any suggestions on the approach?
