Skip to content

Commit

Permalink
Remove gen_server behaviour from stream manager
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
acogoluegnes committed Nov 7, 2024
1 parent 8dd49a5 commit 5107fd4
Show file tree
Hide file tree
Showing 2 changed files with 717 additions and 811 deletions.
Loading

0 comments on commit 5107fd4

Please sign in to comment.