You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "kingluo (via GitHub)" <gi...@apache.org> on 2023/05/19 15:50:12 UTC

[GitHub] [apisix] kingluo commented on pull request #9456: feat(config_etcd): use a single long http connection to watch all resources

kingluo commented on PR #9456:
URL: https://github.com/apache/apisix/pull/9456#issuecomment-1554779156

   > Why do you call this "long http connection", the http_cli will be recreated every time: https://github.com/api7/lua-resty-etcd/blob/master/lib/resty/etcd/v3.lua#L803?
   
   Please read the code carefully.
   Once the http connection for watching is created, it keeps receiving the watch event chunks, unless it is timeout or compacted.
   So is it a long or not?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org