Week 36, year 2022
- Request Batch - When distributing data leads to lots of small messages around a cluster then network latency and the request processing time (including serialization, deserialization of the request on the server side) can add significant overhead. Unmesh Joshi shows how requests can be combined into a Request Batch to improve throughput. [Martin Fowler]
- Event Versioning with Marten - War never changes; migrations are always complex. It’s always a mind gymnastics and searching for risks and what may go wrong. Sometimes we… [Event-Driven by Oskar Dudycz]
- Request Waiting List - Nodes often have to contact several other nodes to form a quorum to handle a client request. Unmesh Joshi how a waiting list keeps track of the outstanding requests and sorting out what to do when it receives enough responses. [Martin Fowler]
Permalink |
From 05 September 2022 to 11 September 2022 |
Last updated on: Mon, 24 Oct 2022 23:19:31 GMT