Kailash Sethuraman

Results 9 issues of Kailash Sethuraman

Now that gRPC.io 1.0 is launched, we can update our nodejs quickstart to document the static codegen facilities available. Things needed: - Explain how to install the grpc_node plugin. Add...

enhancement

Provide documentation around Context propagation - I want to propagate user credential/token across multiple calls - I want to propagate trace ID of some sort across multiple calls - Does...

This should cover common questions such as: - How to use it? What is the provided API? - How do I specify the deadline? Common patterns in doing this. -...

Flow Control We often speak of gRPC taking advantage HTTP/2 flow control. How do we actually use this and what is the current state of this in the 3 different...

Common Questions: - What's a use case for metadata? Some examples where this is used, eg auth. - How do I add metadata? What API to call? - What are...

Exception Propagation - How can a Java runtime exception be properly marshalled and propagated to the consumer? Common Questions: - Is there a generic marshaller that can propagate Java exceptions?...

Failure handling (both client-side and server-side) - How do we handle different types of failures, including connection errors, and/or dropped streaming connection? - How to deal with dropped connections? -...

Eg, documentation covering - Fill up Tuning section - Fill Tuning RPC Behavour - Flow Control - Deadlines - Configuring Fail Fast / Non-fail fast

enhancement

Like in golang.org's Featured Articles Section, we need a Top level section on "Latest Posts" Which links to the last 2 posts and has a 2 line abstract. This will...

enhancement