Re: [DISCUSS] Apache APISIX DevCon

2020-11-12 Thread Zhiyuan Ju
that would be exciting to have this conference, looking forward to see folks! let me know if I can do anything to help host this conf. dabue <88786...@qq.com> 于 2020年11月13日周五 下午2:51写道: > it's cool. > > > > 88786...@qq.com > > From: Ming Wen > Date: 2020-11-13 11:30 > To: dev > Subject: [DISCUSS]

Re: [DISCUSS] Apache APISIX DevCon

2020-11-12 Thread dabue
it's cool. 88786...@qq.com From: Ming Wen Date: 2020-11-13 11:30 To: dev Subject: [DISCUSS] Apache APISIX DevCon hello, dev, Apache APISIX has developed rapidly in the community in 2020. Now there are nearly 130 contributors, and there are more than 600 active PRs and issues every month. I thi

Re: [DISCUSS] Apache APISIX DevCon

2020-11-12 Thread Sheng Wu
APISIX community seems is going to have everything SkyWalking tried or works on :P Honestly, a good idea. We could try to encourage more people to join and collaborate. Sheng Wu 吴晟 Twitter, wusheng1108 Ming Wen 于2020年11月13日周五 上午11:30写道: > hello, dev, > Apache APISIX has developed rapidly in t

Re: [DISCUSS] Apache APISIX DevCon

2020-11-12 Thread Chao Zhang
That’d be exciting. Chao Zhang https://github.com/tokers On November 13, 2020 at 11:38:56 AM, Ming Wen (wenm...@apache.org) wrote: China can already hold offline conferences, we can choose Shanghai, which is in the middle of China Thanks, Ming Wen, Apache APISIX & Apache SkyWalking Twitter: _We

Re: [DISCUSS] Apache APISIX DevCon

2020-11-12 Thread Ming Wen
China can already hold offline conferences, we can choose Shanghai, which is in the middle of China Thanks, Ming Wen, Apache APISIX & Apache SkyWalking Twitter: _WenMing vincixu 于2020年11月13日周五 上午11:36写道: > Good idea, offline or online? > > Ming Wen 于2020年11月13日周五 上午11:31写道: > > > hello, dev,

Re: [DISCUSS] Apache APISIX DevCon

2020-11-12 Thread vincixu
Good idea, offline or online? Ming Wen 于2020年11月13日周五 上午11:31写道: > hello, dev, > Apache APISIX has developed rapidly in the community in 2020. Now there are > nearly 130 contributors, and there are more than 600 active PRs and issues > every month. > I think we can consider hosting an Apache API

Re: [DISCUSS] Apache APISIX DevCon

2020-11-12 Thread Jan Li
Looking forward to it. It should be great to learn from other APISIX Adopters. On Fri, Nov 13, 2020 at 11:30 AM Ming Wen wrote: > hello, dev, > Apache APISIX has developed rapidly in the community in 2020. Now there are > nearly 130 contributors, and there are more than 600 active PRs and issues

[DISCUSS] Apache APISIX DevCon

2020-11-12 Thread Ming Wen
hello, dev, Apache APISIX has developed rapidly in the community in 2020. Now there are nearly 130 contributors, and there are more than 600 active PRs and issues every month. I think we can consider hosting an Apache APISIX DevCon to encourage developers to exchange experiences. What do you think?

Re: Re: [DISCUSS] how to get different type of plugin schema in 2.0 manager-api

2020-11-12 Thread YuanSheng Wang
On Thu, Nov 12, 2020 at 6:06 PM Ming Wen wrote: > Init etcd should be the behavior of the administrator in the control plane. > > We can split the current CLI into data plane CLI and control plane CLI. > > The schema writing we are discussing now is the work of the control plane > CLI. > This is

Re: [Proposal] ingress-controller donation

2020-11-12 Thread Linsir Wu
Good job. +1, agree. flyingfox 于2020年11月12日周四 下午7:00写道: > > This idea it's awesome, I could not agree more, may you succeed! > > wei jin 于2020年11月12日周四 下午3:31写道: > > > Hi APISIX commnuty, > > > > The ingress-controller donation proposal is posted on > > > > https://cwiki.apache.org/confluence/di

[Discuss] Merge plugin metadata and config

2020-11-12 Thread vincixu
Recently, when I was reviewing some pr, I had trouble with plugins: which parameters should we put in the metadata? Some people may say: when you need to modify it through adminapi, put it in the metadata. Well, I also know this rule, but in fact, when we are developing a plugin, we are actually no

Re: [Proposal] ingress-controller donation

2020-11-12 Thread flyingfox
This idea it's awesome, I could not agree more, may you succeed! wei jin 于2020年11月12日周四 下午3:31写道: > Hi APISIX commnuty, > > The ingress-controller donation proposal is posted on > > https://cwiki.apache.org/confluence/display/APISIX/ingress-controller+Donation+Proposal > > The discuss of donatio

Re: Re: [DISCUSS] how to get different type of plugin schema in 2.0 manager-api

2020-11-12 Thread Ming Wen
Init etcd should be the behavior of the administrator in the control plane. We can split the current CLI into data plane CLI and control plane CLI. The schema writing we are discussing now is the work of the control plane CLI. JunXu Chen 于2020年11月12日 周四下午5:37写道: > Sure, I know that APISIX shoul

Re: Re: [DISCUSS] how to get different type of plugin schema in 2.0 manager-api

2020-11-12 Thread JunXu Chen
sure, It's a development doc issue.. On Thu, Nov 12, 2020 at 9:28 AM Zhiyuan Ju wrote: > There have multiple fallbacks, not clear enough for users and developers > and will lead confusion when debugging , if in this way, we must tell them > where are these schmas coming from. > > JunXu Chen 于 2

Re: Re: [DISCUSS] how to get different type of plugin schema in 2.0 manager-api

2020-11-12 Thread JunXu Chen
Sure, I know that APISIX should be read-only to ETCD. But we also have `init_etcd`. And when saving json schema to ETCD, only schema can be saved, but custom data cannot be saved, similar to a part of `init_etcd`. So I think it's OK. After that, I temporarily can't think of a better way to write th