For full text search please use the '?' prefix. e.g. ? Onboarding

Gateway Aggregation Pattern

  • aggregates multiple client requests targeting multiple backend services in a single client request, dispatches the requests to various backend services, then aggregates the responses received from all backend services into one response and sends it back to the client