Tag: microservices
API Design Approach
API Management Strategy: As a Solution Key Idea: Touse a lightweight message gateway as the main entry point for all the clients/consumers and implement the common non-functional requirements at the Gateway level API-GW style gives you the following advantages. Ability to provide the required abstractions at the gateway level for the existing microservices. For example, rather than provide
