Re: [VOTE] Relase Apache APISIX 2.1 (Round 2)

2020-11-29 Thread agile6v
+1 binding Checked: 1. Download links are valid; 2. Checksum and gpg signatures are valid; 3. License and NOTICE files are good; 4. All files have the necessary License header; make deps & make init & make run works well @macOS On 2020/11/28 13:07:03, Ming Wen wrote: > Hello, Community, >

Re:Re:Results of the mailing list discussion on "Proposal: add the traffic split plugin to apisix"

2020-11-29 Thread Yuelin Zheng
Hi, Community, In the discussion on the mailing list of "Proposal: add the traffic split plugin to apisix", there are two options: 1. Use plugin to achieve current traffic transfer; 2. Use the existing `match` rules in `Route` to achieve traffic transfer. After several weeks of discussions with

[DISCUSS] custom index.html and 5xx.html in Apache APISIX

2020-11-29 Thread Ming Wen
hello, dev, As you know, Apache APISIX is based on OpenResty. Recently, in the 1.19 release of OpenResty, index.html and 5xx.html pages have embedded blog posts from commercial company[1]. Therefore, I think it is necessary to customize these two pages of Apache APISIX, otherwise the users of Apa

Re:Results of the mailing list discussion on "Proposal: add the traffic split plugin to apisix"

2020-11-29 Thread Yuelin Zheng
Hi, everyone, I am very sorry, the current mailing list content does not show the results of the title very well. Later, I will rearrange the content of the email before sending it out. At 2020-11-29 22:35:58, "Yuelin Zheng" wrote: >Hi, Community, > >Regarding the "Proposal: add the traffic

Re: [VOTE] Relase Apache APISIX 2.1 (Round 2)

2020-11-29 Thread Li Ling(Lien)
+1 binding I checked: 1. All Download links are valid. 2. good to go in Centos 7. 3. All files have the necessary License header.

Re: [VOTE] Relase Apache APISIX 2.1 (Round 2)

2020-11-29 Thread YuanSheng Wang
+1 binding I checked: 1. Download links are valid. 2. `tar zxvf apache-apisix-2.1-src.tgz` is ok in Ubuntu 20.04.1 LTS. 3. License and NOTICE files are good. 4. All files have the necessary License header. 5. Successfully run under Ubuntu 20.04.1 LTS. ``` $ make deps ... Stopping after installing

Re: [Discuss] Merge plugin metadata and config

2020-11-29 Thread 王三
Maybe we need to define the metadata and schema of plugin. Here are my thoughts. 1. The data shared by all instances of a plugin, put it in the metadata. 2. The data don't shared by all between instances of a plugin, put it in the schema. YuanSheng Wang 于2020年11月29日周日 下午2:23写道: > @vincixu >

Results of the mailing list discussion on "Proposal: add the traffic split plugin to apisix"

2020-11-29 Thread Yuelin Zheng
Hi, Community, Regarding the "Proposal: add the traffic split plugin to apisix" mailing list discussion, after several weeks of discussions with community members, we reached a consensus that the traffic splitting function can be implemented through plugins. Mailing list discussion address: h