-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
network transactionsRelates to the network transactions featureRelates to the network transactions featurestoreRelated to the store componentRelated to the store component
Description
As Mirko suggested in #1452 , we can try to stream the response of the mentioned method.
I would also be interested in an experiment where we change the proto to return a stream of
AccountIdinstead. Internally, the store would manage the stream by paginating internally (which no longer needs to be block bound, but can use rowid or any other internally consistent row token). e.g. request a page from db, stream the page, request next page, stream it etc.
Client can recover from a broken stream by initializing stream with
Option<AccountId>, the last account ID received. Though we could also just restart from scratch since its an internal only API.
Originally posted by @Mirko-von-Leipzig in #1452 (review)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
network transactionsRelates to the network transactions featureRelates to the network transactions featurestoreRelated to the store componentRelated to the store component