tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

Client-side unary-call metadata support. #532

Closed christian-oudard closed 3 years ago

christian-oudard commented 3 years ago

This was written by my colleague James Cape last year; we are just now getting around to sending a pull request.

BusyJay commented 3 years ago

Interesting. Sending metadata is supported already using CallOption. For receiving I need some time to think about the interface design. Will get back soon.

BusyJay commented 3 years ago

Let's talk about it in #460.

christian-oudard commented 3 years ago

Reimplementing with new API in https://github.com/tikv/grpc-rs/pull/543