Re: Proposal: reduce connections between Manager API and etcd

2022-04-01 Thread wei jin
LGTM, Avoid etcd cluster with too many connections. Qi Guo 于2022年4月2日周六 10:08写道: > Agree +1 > > Leslie Tsang 于2022年4月2日周六 09:54写道: > > > SGTM, This means that the etcd cluster can support more APISIX nodes than > > ever before. > > > > Leslie Tsang > > les...@apache.org > > > > > On 2 Apr 2022,

Re: Proposal: reduce connections between Manager API and etcd

2022-04-01 Thread Qi Guo
Agree +1 Leslie Tsang 于2022年4月2日周六 09:54写道: > SGTM, This means that the etcd cluster can support more APISIX nodes than > ever before. > > Leslie Tsang > les...@apache.org > > > On 2 Apr 2022, at 9:51 AM, Wei Jiang wrote: > > > > LGTM, Agree +1 > > > >> 2022年4月2日 上午8:52,Baoyuan 写道: > >> > >> H

Re: Proposal: reduce connections between Manager API and etcd

2022-04-01 Thread Leslie Tsang
SGTM, This means that the etcd cluster can support more APISIX nodes than ever before. Leslie Tsang les...@apache.org > On 2 Apr 2022, at 9:51 AM, Wei Jiang wrote: > > LGTM, Agree +1 > >> 2022年4月2日 上午8:52,Baoyuan 写道: >> >> Hi, I agree with that. >> >> Chao Zhang 于2022年4月2日周六 07:56写道: >>

Re: Proposal: reduce connections between Manager API and etcd

2022-04-01 Thread Wei Jiang
LGTM, Agree +1 > 2022年4月2日 上午8:52,Baoyuan 写道: > > Hi, I agree with that. > > Chao Zhang 于2022年4月2日周六 07:56写道: > >> Hi, >> >> SGTM on my side. >> >> JunXu Chen 于2022年3月29日 周二10:48写道: >> >>> # Background >>> At present, the connection between the Manager API and etcd still follows >>> the ha

Re: Proposal: reduce connections between Manager API and etcd

2022-04-01 Thread Bozhong Yu
Agree +1 Baoyuan 于2022年4月2日周六 08:53写道: > Hi, I agree with that. > > Chao Zhang 于2022年4月2日周六 07:56写道: > > > Hi, > > > > SGTM on my side. > > > > JunXu Chen 于2022年3月29日 周二10:48写道: > > > > > # Background > > > At present, the connection between the Manager API and etcd still > follows > > > the ha

Re: Proposal: reduce connections between Manager API and etcd

2022-04-01 Thread Baoyuan
Hi, I agree with that. Chao Zhang 于2022年4月2日周六 07:56写道: > Hi, > > SGTM on my side. > > JunXu Chen 于2022年3月29日 周二10:48写道: > > > # Background > > At present, the connection between the Manager API and etcd still follows > > the habit of the etcd v2 version, creating a watch connection for each > >

Re: Proposal: reduce connections between Manager API and etcd

2022-04-01 Thread Chao Zhang
Hi, SGTM on my side. JunXu Chen 于2022年3月29日 周二10:48写道: > # Background > At present, the connection between the Manager API and etcd still follows > the habit of the etcd v2 version, creating a watch connection for each > resource, which will generate a large number of connections. > > # Purpose