Oracle
1Z0-1084-20 · Question #31
Which one of the statements describes a service aggregator pattern?
The correct answer is B. It involves implementing a separate service that makes multiple calls to other backend services. this pattern isolates an operation that makes calls to multiple back-end microservices, centralizing its logic into a specialized microservice.
Developing Containerized Applications (OKE)
Question
Which one of the statements describes a service aggregator pattern?
Options
- AIt is implemented in each service separately and uses a streaming service
- BIt involves implementing a separate service that makes multiple calls to other backend services
- CIt uses a queue on both sides of the service communication
- DIt involves sending events through a message broker
How the community answered
(64 responses)- A14% (9)
- B75% (48)
- C3% (2)
- D8% (5)
Explanation
this pattern isolates an operation that makes calls to multiple back-end microservices, centralizing its logic into a specialized microservice.
Topics
#service aggregator pattern#microservices patterns#backend aggregation
Community Discussion
No community discussion yet for this question.