Y
Hacker News
new
|
ask
|
show
|
jobs
by
ambicapter
3281 days ago
Can you elucidate the differences between message-broker and request-response use cases in your eyes?
1 comments
marcosdumay
3281 days ago
In my eyes (where the GP makes perfect sense), a message broker is asynchronous, there's no implicit wait while your consumers work on our request. A request-response interface will stop the producer until the consumer is done.
link