退订

2023-08-03 Thread spjiang
退订

Re: [DISCUSS] Proposal: APISIX: remove etcd grpc and conf server

2023-08-03 Thread Jinhua Luo
1. We will disable grpc's access to etcd without removing the associated code. More specifically, in config.yaml this is ignored: deployment: etcd: use_grpc: true In your words, yes, it will be hidden for a while. 2. The architecture of etcd-adapter (the naming is of course temporary) will b

回复: [DISCUSS] Proposal: APISIX: remove etcd grpc and conf server

2023-08-03 Thread LI Fabrice
I believe this proposal is excellent First of all, there are a few questions that we need clarification: 1. Are we only removing the gRPC configuration of etcd in APISIX, or are we removing the entire gRPC feature of etcd in APISIX? 2. If it's the former, the impact and scope of changes a

[DISCUSS] Proposal: APISIX: remove etcd grpc and conf server

2023-08-03 Thread Jinhua Luo
## Background ### etcd grpc In previous versions, apisix used HTTP to connect with etcd's grpc-gateway. But it had the following disadvantages: 1. Each admin resource per worker process, e.g. routes, needs to use a dedicated TCP connection, i.e. each worker process will have more than 10 TCP conn