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
GetAllInBatchesthat streams projection states in batches to the client.
Deprecated
- The
GetAllmethod on Projection Store has been deprecated in favour of the newGetAllInBatchesmethod.