api7 / grpc_server_example

Apache License 2.0
15 stars 14 forks source link

feat: support for gRPC stream APIs #12

Closed bisakhmondal closed 2 years ago

bisakhmondal commented 2 years ago

As per the testing requirements of APISIX gRPC streaming proxy (issue https://github.com/apache/apisix/issues/3601), this PR defines necessary gRPC streaming APIs as well as implements them.

Support includes:

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

bisakhmondal commented 2 years ago

cc @spacewander for a review! Thanks