Results 20 comments of Yun Lai

👋 @vgarvardt getting around the error itself is simple. But that doesn't mean the output code will have full support of the optional semantic in proto3. So I don't think...

yup, what @yinheli suggested will unblock you for now. @vgarvardt. I was gonna start working on it but got distracted to other priorities. Free free to start thinking about it...

my understanding is that there's no plan for grpc-gateway to support client side streaming (see link below). We currently have no plan unless this situation changes. https://github.com/grpc-ecosystem/grpc-gateway#no-plan-to-support

👋 @Gugic protoc-gen-grpc-gateway didn't cover this edge case yet unfortunately. However, contributions are welcome, ping me in a PR we can go from there.

alright, looking at the mapping in this page again. looks like timestamp needs to be mapped to proper date string format on the wire. Ideally putting the Date type in...

there will be annoying type mismatch if we don't do it in the plugin

well I believe there are still ways to get around this without using class and the keep the simplicity of using POJOs. I'll give it a try later on when...

few comments: > The plugin should also decode the base64 as it comes back from the gateway (to be consistent with the encoding when sending). In this case, it makes...

nvm what I said about No.2, after some reading I'll just put an event handler on fork so that server can handle newly spin up workers.

Well as long as the stats port is different and not open to public. I'm ok as I'm at the moment try to come up with some stats quick to...