Re: [DISCUSS] APISIX 3.0: Support calling gRPC service in APISIX directly

2022-07-07 Thread Zexuan Luo
Yes. There is no way to interact with it streaming. Chao Zhang 于2022年7月7日周四 19:52写道: > > The ngx_grpc module doesn’t support the http/2 connection multiplex, and > it’s not interactive unless we use the subrequest. > > Yong Qian 于2022年7月7日 周四17:44写道: > > > Hi, > > > > What is the difference betwe

Re: [DISCUSS] APISIX 3.0: Support calling gRPC service in APISIX directly

2022-07-07 Thread Chao Zhang
The ngx_grpc module doesn’t support the http/2 connection multiplex, and it’s not interactive unless we use the subrequest. Yong Qian 于2022年7月7日 周四17:44写道: > Hi, > > What is the difference between this new ngx-grpc-client-module and the > current ngx_http_grpc_module? Can't I use the current > ng

Re: [DISCUSS] APISIX 3.0: Support calling gRPC service in APISIX directly

2022-07-07 Thread Yong Qian
Hi, What is the difference between this new ngx-grpc-client-module and the current ngx_http_grpc_module? Can't I use the current ngx_http_grpc_module with some minor changes to achieve a similar effect? On 7/7/22 16:08, Zexuan Luo wrote: 1. Background 1.1 Problem to be solved More and more

Re: [DISCUSS] APISIX 3.0: Support calling gRPC service in APISIX directly

2022-07-07 Thread Yong Qian
Hi, What is the difference between this new ngx-grpc-client-module and the current ngx_http_grpc_module? Can't I use the current ngx_http_grpc_module with some minor changes to achieve a similar effect? On 2022/07/07 08:08:41 Zexuan Luo wrote: > 1. Background > > 1.1 Problem to be solved > > Mo