Skip to content

Conversation

@acogoluegnes
Copy link
Contributor

The stream manager does not need to be a gen_server (no cast, no state) and the gen_server can create contention for large stream deployments (some functions make cluster-wide calls that can take some time).

The stream manager does not need to be a gen_server (no cast, no state)
and the gen_server can create contention for large stream deployments
(some functions make cluster-wide calls that can take some time).
@acogoluegnes acogoluegnes removed this from the 4.1.0 milestone Nov 7, 2024
@acogoluegnes acogoluegnes merged commit 430ed9e into main Nov 7, 2024
268 of 271 checks passed
@acogoluegnes acogoluegnes deleted the simplify-stream-manager branch November 7, 2024 17:36
acogoluegnes added a commit that referenced this pull request Nov 7, 2024
Remove gen_server behaviour from stream manager (backport #12684)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants