Release v6.5.0
Summary
Adds a method on Projection Store to get all projection read models in batches (size determined by Runtime), to alleviate large gRPC messages when the number of read models become large.
Added
- A server streaming method on Projection Store called
GetAllInBatches
that streams projection states in batches to the client.
Deprecated
- The
GetAll
method on Projection Store has been deprecated in favour of the newGetAllInBatches
method.