Hello all,
Recently I've finally found some time to polish and generalize a set of 
classes providing Guice scopes for gRPC, that I was copy-pasting-tweaking 
for every grpc-java project for the last few years: maybe someone else will 
find it useful :)

https://github.com/morgwai/grpc-scopes

it provides `rpcScope` and `listenerCallScope`. Oversimplifying, in case of 
a streaming client, `listenerCallScope` spans over processing of a single 
message from client's stream, while `rpcScope` spans over a whole given 
RPC. Oversimplifying again, in case of a unary client, these 2 scopes have 
roughly the same span.

Feedback is welcome :)

Cheers!

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/fa37c78e-a5f1-4e32-908b-0be9077197fan%40googlegroups.com.

Reply via email to