cloudflare / tableflip

Graceful process restarts in Go
BSD 3-Clause "New" or "Revised" License
2.91k stars 148 forks source link

Add an example for grpc servers #5

Open vtolstov opened 6 years ago

vtolstov commented 6 years ago

did you mind to add example for grpc server upgrade?

lmb commented 6 years ago

I don't have much experience with gRPC, so I can't promise anything. If you'd like to contribute one that'd be great!

sagikazarmark commented 6 years ago

The relevant parts of a gRPC example would be the same as the HTTP server example (most of the code would be gRPC server bootstrapping), so I'm not sure I see the value in adding a gRPC example.

hustuhao commented 2 years ago

Hi, everyone.I am working on this issue.