Re: [DISCUSS] Support include other Nginx config

2020-10-30 Thread Zhang Chao
Nice idea, it can meet more complicated users scenarios. On October 31, 2020 at 12:39:34 PM, Zexuan Luo (spacewan...@apache.org) wrote: GH issue: https://github.com/apache/apisix/issues/2565 I think we can introduce several conf snippets in the config.yaml file. Just like ingress-nginx's snippe

[DISCUSS] Support include other Nginx config

2020-10-30 Thread Zexuan Luo
GH issue: https://github.com/apache/apisix/issues/2565 I think we can introduce several conf snippets in the config.yaml file. Just like ingress-nginx's snippet feature: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#configuration-snippet The kind of snippe

Re: proposal: chaos test

2020-10-30 Thread Ming Wen
Hi, What specific problems will chaos mesh help Apache APISIX solve? Can you give us an example? Thanks, Ming Wen, Apache APISIX & Apache SkyWalking Twitter: _WenMing flyingfox 于2020年10月31日周六 上午8:03写道: > Hi, Community, > I want to recommend chaos test this time. > 1.Background > In t

proposal: chaos test

2020-10-30 Thread flyingfox
Hi, Community, I want to recommend chaos test this time. 1.Background In the real world, various faults may occur anytime and anywhere, such as sudden disk write failure, or sudden network disconnection in the computer room, etc. In order to more easily verify APISIX's tolerance for vario

[DISCUSS]: should we distinguish the reload of plugin's metadata from the reload of plugin's function?

2020-10-30 Thread dabue
APISIX plug-ins are hot-loaded, it's very convenient. But there are some tiny faults when we use timer in global plug-ins, just like 'log-rotate'. There will be more then one timer when we update the attributes of 'log-rotate' plug-in by reload. You will find ‘pkg_loaded[pkg_name] = nil’ in Line

Re: [VOTE] Release Apache APISIX Dashboard 2.0 RC2

2020-10-30 Thread Zhiyuan Ju
Hi, folks, Due to some major issues were found and we are working on those issues, we should close this VOTE and has to wait for RC3. Here are some issues[1] should be resolved in RC3 before releasing. [1] https://github.com/apache/apisix-dashboard/milestone/4 dabue <88786...@qq.com>于2020年10月2

Re: feat: support GraphQL in APISIX.

2020-10-30 Thread wei jin
If our purpose is to forward traffic according to QL, perhaps it is more suitable to use plugin customization. For example, create a plugin called graphql-dynamic-upstream. two reasons about this 1. The purpose of graphql is to aggregate back-end data and provide a QL to return the data format re