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

Parallelize based on Redis node for keyspace events #29

Open
jaredpetersen opened this issue Mar 29, 2022 · 0 comments
Open

Parallelize based on Redis node for keyspace events #29

jaredpetersen opened this issue Mar 29, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jaredpetersen
Copy link
Owner

We can better parallelize the workload for keyspace events where we subscribe to all of the upstream nodes.

Ideally, we'd split the work into Kafka Connect tasks and use the max task count as a limiter. Each task would subscribe to an upstream node and then reconfigure upon topology changes.

This strategy doesn't work for regular pub/sub though, since regular pub/sub is cluster-wide (apart from the new sharding pub/sub logic that was recently introduced and not yet supported). As such, #27 is a blocker.

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

No branches or pull requests

1 participant