pingcap / kvproto

Protocol buffer files for TiKV

Repository from Github https://github.compingcap/kvprotoRepository from Github https://github.compingcap/kvproto

Remove grpc-rs dep?

nrc opened this issue · comments

We depend on grpc-rs which causes a big dent in our compile time, in particular due to grpc-sys. However, the only reason we depend on grpc-rs is for some high-level types. With a bit of refactoring, we could move those into a separate crate (grpc-types) and greatly reduce our compile time.

Great!!!

@nrc is this issue still relevant?

Yeah, I think so, though not very high priorty