We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note: this might be too painful when combined with the batch processor, but it's worth investigating.
The Xatu output sends individual RPC requests to xatu-server.EventIngester. We should support streaming via this output, swappable by config:
xatu-server.EventIngester
https://github.com/ethpandaops/xatu/blob/master/pkg/output/xatu/config.go
This config should also support setting TTL on the stream, and any other stream-oriented config.
xatu-server.EventIngester will need to be updated to support streaming.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note: this might be too painful when combined with the batch processor, but it's worth investigating.
The Xatu output sends individual RPC requests to
xatu-server.EventIngester
. We should support streaming via this output, swappable by config:https://github.com/ethpandaops/xatu/blob/master/pkg/output/xatu/config.go
This config should also support setting TTL on the stream, and any other stream-oriented config.
xatu-server.EventIngester
will need to be updated to support streaming.The text was updated successfully, but these errors were encountered: