Hi,
Is there a simple way to run or extend gRPC performance benchmark (https://grpc.io/docs/guides/benchmarking.html) in a multi-hop way instead of current peer-to-peer ping pong? For example, we have three servers, A, B, C: A calls B, and then B calls C.
Probably just extend the interface https://github.com/grpc/grpc/blob/master/src/proto/grpc/testing/services.proto to implement a service to relay the calls?
Thanks!
- Nan
--
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+u...@googlegroups.com.
To post to this group, send email to grp...@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/55A41C99-16B4-4073-B4BE-2343E747FDB9%40quantcast.com.
For more options, visit https://groups.google.com/d/optout.
Would this just apply to the cpp benchmarks? Or do all of the benchmarks communicate with a cpp server already? Thanks for all of the assistance you've already given.