Problem
Cannot benchmark gRPC servers. The load generator only supports HTTP/1.1 and HTTP/2.
Solution
Implement a gRPC client that satisfies the exported Client interface (#7):
- Support unary RPC calls
- Accept protobuf message descriptors or raw bytes
- Support reflection-based discovery (optional)
Blocked On
Acceptance Criteria
Future
This is a post-v1.0.0 feature.
Problem
Cannot benchmark gRPC servers. The load generator only supports HTTP/1.1 and HTTP/2.
Solution
Implement a gRPC client that satisfies the exported
Clientinterface (#7):Blocked On
Acceptance Criteria
ClientinterfaceFuture
This is a post-v1.0.0 feature.