tokers opened a new issue #2853:
URL: https://github.com/apache/apisix/issues/2853


   ### Issue description
   
   We use `etcdcli:readdir` when we need to load all config instances (like 
`Route`, `Upstream`) in one round trip, which generates a lot of network 
traffic, also, the loop to parse each config instances is long, which causes 
CPU times peak.
   
   So pagination for the fully synchronization is required to reduce both peak 
of bandwidth and CPU times.
   
   
   * https://github.com/etcd-io/etcd/issues/11001
   * https://github.com/etcd-io/etcd/blob/master/api/etcdserverpb/rpc.proto#L426
   * Original issue: https://github.com/apache/apisix/issues/2848.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to