Let say I have 22 microservices. I developed with docker on local.
Client wants to get product model data which contains 3 different service data and aggregate them. Should I use aggregator gateway api or SPA get separately from each service. Does Aggregator service couple services ?