Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove gen_server behaviour from stream manager
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