Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geyser: stream all accounts state outside of startup stage #2958

Open
fanatid opened this issue Sep 20, 2024 · 0 comments
Open

geyser: stream all accounts state outside of startup stage #2958

fanatid opened this issue Sep 20, 2024 · 0 comments

Comments

@fanatid
Copy link

fanatid commented Sep 20, 2024

Problem

Right now if somebody wants to build an indexer based on geyser plugin they need to create a custom plugin and can't use gRPC plugin because geyser stream all accounts state only on the startup stage and it's not possible to get it later. With streaming all accounts it would be possible to create read layers outside of instance where node work.

Proposed Solution

agave:

outside:

  • stream all accounts on startup to some storage and update it with new accounts in the loop (full data duplication)

cc @lijunwangs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant