-
Notifications
You must be signed in to change notification settings - Fork 87
integrate grpc autoconnect #173
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
base: main
Are you sure you want to change the base?
integrate grpc autoconnect #173
Conversation
| pub struct YellowstoneGrpcSource { | ||
| filters: Filters, | ||
| config: YellowstoneGrpcConfig, | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm up to have auto-connect be configured through config instead of separate source?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| for (filter_id, prefilter) in filters.parsers_filters { | ||
| let filter = Filters::new(HashMap::from([(filter_id, prefilter)])); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also want to create 1 subscription for all the filters instead of 1 per filter.
add this config option (default=
simple):