Hi

I am looking for a way to group the data from multiple clients and store 
them to a database. The service (the Bazel Event Service 
<https://github.com/bazelbuild/bazel/blob/master/third_party/googleapis/google/devtools/build/v1/publish_build_event.proto>)
 
has 2 RPC methods, 1 unary and  1 bidirectional streaming RPC using 
blockingStub and AsyncStub. I am coding a server that should separate data 
from concurrent clients and group requests to both RPC calls together, 
probably to store them somewhere. There is a Build_ID field in each request 
but I am not sure if it's unique for each client, so is there any other way 
to do it efficiently? 

Language: Java

Thanks!

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/e05df8cb-3e6a-49a9-b109-f0013925cdf9n%40googlegroups.com.

Reply via email to