Confluent
CCDAK · Question #68
What is the disadvantage of request/response communication?
The correct answer is C. Coupling. Point-to-point (request-response) style will couple client to the server.
Application Design
Question
What is the disadvantage of request/response communication?
Options
- AScalability
- BReliability
- CCoupling
- DCost
How the community answered
(35 responses)- A3% (1)
- C91% (32)
- D6% (2)
Explanation
Point-to-point (request-response) style will couple client to the server.
Topics
#messaging patterns#request/response#coupling#event-driven architecture
Community Discussion
No community discussion yet for this question.