googleapis / googleapis/google-cloud-rust
Make bidi channel sizes configurable
Open
api: storage
priority: p3
type: feature request
- Dominant language
- Rust
- Stars
- 955
- Forks
- 144
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 279
Description
The implementation uses a number of `tokio::sync::mpsc` channels. The size of these channels is configured in the initial `tokio::sync::mpsc::channel( ... )` calls. This issue is asking to make all these channel sizes configurable, via the request and client builders. That is, the builders will gain new `.with_...()` to set the channel sizes.
Contributor guide
Assessment
This issue has not been assessed yet.