Re: [ANNOUNCE] New committer: ShiningRush

2020-05-28 Thread YuanSheng Wang
Congratulations ShiningRush ^_^ On Fri, May 29, 2020 at 9:08 AM Ming Wen wrote: > hello, community, > > The Project Management Committee(PMC) of Apache APISIX has vote passed and > invited ShiningRush to be a committer. We are pleased to announce that he > has accepted. > > Congratulations Shin

[ANNOUNCE] New committer: ShiningRush

2020-05-28 Thread Ming Wen
hello, community, The Project Management Committee(PMC) of Apache APISIX has vote passed and invited ShiningRush to be a committer. We are pleased to announce that he has accepted. Congratulations ShiningRush and welcome to join us.

Re: [DISCUSS] Readiness for graduation to TLP

2020-05-28 Thread Ming Wen
What do the mentors think? We hope to hear more feedback:) hui li 于 2020年5月27日周三 下午6:37写道: > Understood, thanks. > > Ming Wen 于2020年5月27日周三 下午6:07写道: > > > the Apache APISIX account of dockerhub is registered by > > priv...@apisix.apche.org, not the personal account. > > > > Thanks, > > Ming W

Re:Re: [DISCUSS] Support configuration management with yaml for APISIX

2020-05-28 Thread jinwei
Yes, you are right At 2020-05-28 16:03:07, "YuanSheng Wang" wrote: >On Thu, May 28, 2020 at 3:57 PM jinwei wrote: > >> Many users have proposed to configure APISIX through yaml >> > >ops -> yaml -> admin API -> etcd -> apisix gateway > >Is the configured delivery path like this? > > >> >> >> >

Re: [DISCUSS] Support configuration management with yaml for APISIX

2020-05-28 Thread YuanSheng Wang
On Thu, May 28, 2020 at 3:57 PM jinwei wrote: > Many users have proposed to configure APISIX through yaml > ops -> yaml -> admin API -> etcd -> apisix gateway Is the configured delivery path like this? > > > > > > > > The yaml method is easier to understand and convenient for Ops > > > > > We

[DISCUSS] Support configuration management with yaml for APISIX

2020-05-28 Thread jinwei
Many users have proposed to configure APISIX through yaml The yaml method is easier to understand and convenient for Ops We can achieve CI through making yaml persistent, with version control through git You can also divide the configuration of APISIX into multiple yaml files and c