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

feat: Support readablestream for getLogs in the logservice #330

Open
lukecotter opened this issue Aug 9, 2023 · 0 comments
Open

feat: Support readablestream for getLogs in the logservice #330

lukecotter opened this issue Aug 9, 2023 · 0 comments

Comments

@lukecotter
Copy link

Is your feature request related to a problem? Please describe.
Just so we can have improved performance and memory management.
Basically they are more efficient for larger datasets and we can pipe the chunk to a write stream.

Describe the solution you'd like
getLogs would return a Result with a readablestream to read the log content.

Describe alternatives you've considered

Additional context

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

No branches or pull requests

1 participant