3303-flashcards/hATaBiZQ - 3303/OQYWvr3J - In a Broker Pattern what are the two ways a Broker can handle a clients request.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

11 lines
No EOL
310 B
Markdown

## In a **Broker Pattern**, what are the two ways a Broker can handle a client's request?
---
🔄
1. **Query once**: The broker provides the server's information, and the client contacts the server directly.
2. **Intermediary**: The broker acts as a middleman and forwards the requests to the server.