grpc / grpc/grpc-rust

Is there any way in tonic to append data on the request ?

Open
#1,417 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
Rust
Stars
12.5k
Forks
1.3k
Avg merge
4d 7h
Merged PRs (30d)
24

Description

## Feature Request
For example, if I have a 4MB data that I don't want to encode into a protobuf field, can I directly append this chunk of data to the end of the request, like `req.append_data(chunk_data); req.get_append_data()`
### Crates

### Motivation

### Proposal

### Alternatives

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.