Skip to Content
Implementing Event-Driven Microservices Architecture in .NET 7
book

Implementing Event-Driven Microservices Architecture in .NET 7

by Joshua Garverick, Omar Dean McIver
March 2023
Intermediate to advanced content levelIntermediate to advanced
326 pages
7h 27m
English
Packt Publishing
Content preview from Implementing Event-Driven Microservices Architecture in .NET 7

2

The Producer-Consumer Pattern

When deciding on a communication pattern for an application, it is normal to look at the circumstances under which components might communicate with one another. Typical web applications follow a request/response pattern, where a request is made to the server, and a response is returned to the client and handled appropriately. For applications looking to handle high throughput in those communication channels, a standard request/response pattern is not ideal.

With hundreds or thousands of requests being sent per second, the application would be slowed to a halt as every request is met with a corresponding response. Another example is that of a long-running process. There might be an operation that gets kicked off ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Solution Architecture with .NET

Solution Architecture with .NET

Jamil Hallal
Microservices .NET Core Masterclass

Microservices .NET Core Masterclass

Piotr Gankiewicz, Dariusz Pawlukiewicz

Publisher Resources

ISBN: 9781803232782Supplemental Content