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
There are a few core outstanding items needed for the erebus tool to be considered complete:
Implement a consumer, e.g. Google Bigtable. Modify the existing Consumer interface as necessary.
Design and implement retroactive state stream proxying. As it stands today, erebus will watch for new files created from the SDK's state streaming file consumer. If the erebus tool is stopped or if a fail fails to be proxied to another consumer for whatever reason, it will miss one or more state streamed files. So it is necessary for any supported consumer to be able to respond to queries like, "what is the latest state streamed height?". Using this info, erebus will be able to scan back to files that were missed.
The text was updated successfully, but these errors were encountered:
There are a few core outstanding items needed for the erebus tool to be considered complete:
Consumer
interface as necessary.The text was updated successfully, but these errors were encountered: