Separate worker/connection pools for the Store
Open
store
- Dominant language
- Rust
- Stars
- 104
- Forks
- 138
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 56
Description
In https://github.com/0xMiden/miden-node/issues/918, the store is refactored to serve 3 separate services for the block-producer, RPC and ntx-builder components.
We want to have separate connection pools for each service in order to prevent the RPC from drowning out the block-producer requests.
Contributor guide
Assessment
This issue has not been assessed yet.