You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, messages are pushed through gRPC as events occur to services but there is no recovery process. I would like to achieve state recovery and updates with reconciliation loops.
Describe the solution you'd like
I'd like to make a very simple implementation that uses the existing state machine logic with polling to handle updates. Requests made at certain intervals using jitter to avoid multiple requests at the same time.
Describe alternatives you've considered
I've thought about using gRPC streams but avoided for POC.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, messages are pushed through gRPC as events occur to services but there is no recovery process. I would like to achieve state recovery and updates with reconciliation loops.
Describe the solution you'd like
I'd like to make a very simple implementation that uses the existing state machine logic with polling to handle updates. Requests made at certain intervals using jitter to avoid multiple requests at the same time.
Describe alternatives you've considered
I've thought about using gRPC streams but avoided for POC.
The text was updated successfully, but these errors were encountered: