Allow client to specify endpoint buffer size
Open
- Dominant language
- Rust
- Stars
- 12.5k
- Forks
- 1.3k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 24
Description
## Feature Request
### Crates
Tonic
### Motivation
Some endpoints need to specify a specific buffer size for compatibility with 3rd party GRPC implementations.
### Proposal
Add a setter for the `buffer_size` field in the `Endpoint` struct, in the same fashion other fields can be setup.
### Alternatives
Fix other 3rd-party GRPC implementations that require a fixed / larger buffer size (incl. closed-source)
Contributor guide
Assessment
This issue has not been assessed yet.