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/04/13 07:31:53 UTC

[GitHub] [apisix] kingluo commented on issue #9049: help request: Decoupled deployment mode DP module cannot get the latest routing and upstream information

kingluo commented on issue #9049:
URL: https://github.com/apache/apisix/issues/9049#issuecomment-1506487973

   @jinjianming 
   In decoupled deployment mode, CP only provides https, for access by DP. But with `proxy_buffering on;` (by default), the SSL response (chunked watch result blocks) will be buffered and finally timeout.
   
   We should fix it later. But the temporary solution is:
   
   `config.yaml`
   
   ```yaml
   nginx_config:
     http_configuration_snippet: |
       proxy_buffering off;
   ```
   
   Similar to this issue, which proxies the etcd via APISIX:
   https://github.com/apache/apisix/issues/9263#issuecomment-1506475658


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