Messaging Formats
While developing any service which is supposed to interact with out services or APIs over the network, the format of the messages being exchanged matter a lot.
Now-a-days, microservices has become a kind of de facto standard to develop a application.
Though I bet that many don't think much about but to show themselves up-to-date or some tech savvy, they directly opt for microservices pattern. On such bad practises in the industry, may be some other time.
But while developing microservices, people directly go to opt REST based design, & again the same tech savvy people find it easy to go for as lot of help & support is available over the internet.
But these people ignore other messaging formats which can improve their application's performance.
Below image of various formats available is taken from Wikipedia, so check it once-
Now-a-days, microservices has become a kind of de facto standard to develop a application.
Though I bet that many don't think much about but to show themselves up-to-date or some tech savvy, they directly opt for microservices pattern. On such bad practises in the industry, may be some other time.
But while developing microservices, people directly go to opt REST based design, & again the same tech savvy people find it easy to go for as lot of help & support is available over the internet.
But these people ignore other messaging formats which can improve their application's performance.
Below image of various formats available is taken from Wikipedia, so check it once-