You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "jinjianming (via GitHub)" <gi...@apache.org> on 2023/04/14 06:28:37 UTC

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

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

   > @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: [#9263 (comment)](https://github.com/apache/apisix/issues/9263#issuecomment-1506475658)
   
   Is there any hidden danger in this temporary method? I want to deploy it to our production environment;


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