how to send grpc metadata of large size
Open
requires reporter action
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 716
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 10
Description
I am trying to send array of 1000ish strings and some 3-5 other string fields as grpc metadata but it is letting the stream hang and responses are not returned. I was earlier getting frameError size too big then I set `'grpc.max_metadata_size': 4 * 1024 * 1024,` and the error went away but now facing stream issues
Contributor guide
Assessment
This issue has not been assessed yet.