Skip to content

Conversation

@grooviegermanikus
Copy link
Contributor

@grooviegermanikus grooviegermanikus commented Dec 9, 2025

add this config option (default=simple):

[source]
# simple/autoreconnect
strategy = "autoreconnect"

@grooviegermanikus grooviegermanikus marked this pull request as ready for review December 9, 2025 10:38
Comment on lines 18 to 21
pub struct YellowstoneGrpcSource {
filters: Filters,
config: YellowstoneGrpcConfig,
}
Copy link
Collaborator

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment on lines +37 to +38
for (filter_id, prefilter) in filters.parsers_filters {
let filter = Filters::new(HashMap::from([(filter_id, prefilter)]));
Copy link
Collaborator

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.

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

Successfully merging this pull request may close these issues.

2 participants