[DISCUSS] Support smart prioritization in route matching

2021-11-18 Thread Li Yang
Hello, Community, Currently in APISIX, there is a built-in prioritization of routes by the matching uri. For example, if the requested uri is /foo/bar, and the server side routes contain /foo/bar and /foo/* and /*. Although all 3 uri patterns match /foo/bar, only the exact match /foo/bar wi

[VOTE][RESULT] Release Apache APISIX 2.10.2

2021-11-18 Thread tzssangglass
Hi, community, Release vote for Apache APISIX 2.10.2 has PASSED and closed now. 3 binding +1 votes from: * Zexuan Luo * JinChao Shuai * Chao Zhang 2 non-binding +1 votes from: * Xunzhuo Liu * Zeping Bai Vote thread: https://lists.apache.org/thread/vq4qtwqro5zowpdqhx51oznbjy87w9d0 I will conti

Re: [VOTE] Release Apache APISIX 2.10.2

2021-11-18 Thread Zeping Bai
+1 (non-binding) I checked: 1. Download links are OK. 2. Checksum and signature are OK. 3. LICENSE and NOTICE are exist. 4. Building on Gitpod (Ubuntu 20.04) was successful. Zeping Bai @bzp2010 tzssangglass 于2021年11月16日周二 上午11:46写道: > Hello, Community, > This is a call for the vote to releas

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread ZhengSong Tu
On a project level, we could use this project to wrap APISIX, expose configuration files and exist as a member of the Spring Cloud ecosystem. But this doesn't solve the problem of writing plugins in the Java language. For example, if I use Spring Cloud Gateway, then I would write a lot of Filters,

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread yeliang wang
Great advice! Now apisik supports Eureka, which brings convenience to the later work. Zhongming Hua 于2021年11月19日周五 上午10:09写道: > We can provide a spring-cloud-starter-apisix to provide gateway > capabilities to facilitate springcloud users to access apisix and complete > the service gateway capa

Re: [DISCUSS] Shall we unify the docs reading experience ?

2021-11-18 Thread Zhiyuan Ju
> but the original documentation may look weird[1] Yes, if we choose to provide a better Reading Experience for Developers, we need to update Markdown files like Docusaurus[1] does, but the rendered page[2] is really good than GitHub Markdown. For now, I would support we could focus on improving

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread yeliang wang
😁😁😁 Chao Zhang 于2021年11月19日周五 上午10:15写道: > Hi, Leslie > > It seems you cross the thread, hah :), there is another thread where we > discuss the docs-related things. > > > On November 19, 2021 at 10:12:51, Tsangleslie > (leslie.ts...@icloud.com.invalid) > wrote: > > Hi there, > 😂, Sorry for the

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread Zhiyuan Ju
> Yep, how can I revert the email? XD Hi, we cannot recall a sent mmail from the mail server :) (You could search the Mail Mechanism if you're interested) Anyway, it doesn't matter :) Let's use the correct mail thread. Best Regards! @ Zhiyuan Ju Tsangleslie 于202

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread Tsangleslie
Yep, how can i revert the email ? XD Leslie Tsang leslie.ts...@icloud.com > On 19 Nov 2021, at 10:15 AM, Chao Zhang wrote: > > Hi, Leslie > > It seems you cross the thread, hah :), there is another thread where we > discuss the docs-related things. > > > On November 19, 2021 at 10:12:51, Ts

Re: Default Language settings in APISIX Dashboard

2021-11-18 Thread Zhiyuan Ju
Hi, Thanks for your contribution! The small change will lead more developers to use Apache APISIX and Dashboard! Best Regards! @ Zhiyuan Ju Dileepa Jayakody 于2021年11月16日周二 上午12:50写道: > Hi Zeping, > > Thanks for your reply. > I created a small PR setting the def

Re: [DISCUSS] Shall we unify the docs reading experience ?

2021-11-18 Thread Tsangleslie
Hi there, 😂, Sorry for the misunderstanding. I meant was that we will keep the documentation in Apache APISIX repo, but the original documentation may look weird[1] on GitHub website view as GitHub doesn’t support these markdown syntaxes, like MDX and Heading IDS. For those offli

Re: [DISCUSS] Shall we unify the docs reading experience ?

2021-11-18 Thread Zhiyuan Ju
> Just put them in the website repository? Actually, I would prefer discussing on if we'd better lead users to use the Website instead of GitHub markdown files, or keep the current status (LGTM now). If ok, we could involve Docusaurus's most features with our docs, though it will reduce the reada

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread Chao Zhang
Hi, Leslie It seems you cross the thread, hah :), there is another thread where we discuss the docs-related things. On November 19, 2021 at 10:12:51, Tsangleslie (leslie.ts...@icloud.com.invalid) wrote: Hi there, 😂, Sorry for the misunderstanding. I meant was that we will keep the document

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread Tsangleslie
Hi there, 😂, Sorry for the misunderstanding. I meant was that we will keep the documentation in Apache APISIX repo, but the original documentation may look weird[1] on GitHub website view as GitHub doesn’t support these markdown syntaxes, like MDX and Heading IDS. For those offli

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread Zhongming Hua
We can provide a spring-cloud-starter-apisix to provide gateway capabilities to facilitate springcloud users to access apisix and complete the service gateway capabilities. Just like spring-cloud-starter-zuul's approach. On 2021/11/18 05:39:04 yeliang wang wrote: > Hi, community, > My name is Ye

Re: [DISCUSS] Shall we unify the docs reading experience ?

2021-11-18 Thread Chao Zhang
Hi, there I’m not familiar with the website maintainment and design, so if we drop the support of docs on GitHub, where should we put these document materials? Just put them in the website repository? Chao Zhang https://github.com/tokers On November 18, 2021 at 14:18:43, Tsangleslie ( leslie.ts.

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread yeliang wang
Good idea! Zexuan Luo 于2021年11月19日周五 上午8:54写道: > We can provide a new way to integrate with Spring Cloud's service > discovery and configuration server, like an independent component of > Spring-Cloud-Config. > > Zhiyuan Ju 于2021年11月19日周五 上午8:28写道: > > > > Hi, Yeliang, > > > > Glad to hear from

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread Zexuan Luo
We can provide a new way to integrate with Spring Cloud's service discovery and configuration server, like an independent component of Spring-Cloud-Config. Zhiyuan Ju 于2021年11月19日周五 上午8:28写道: > > Hi, Yeliang, > > Glad to hear from you again! > > 1. I noticed there have some typos: it should be Ap

Re: [DISCUSS] Some thoughts on the integration of Apache APISIX and Spring Cloud ecosystem

2021-11-18 Thread Zhiyuan Ju
Hi, Yeliang, Glad to hear from you again! 1. I noticed there have some typos: it should be Apache APISIX; 2. Yes, I support to spread Apache APISIX’s ecosystems from languages to plugins features. 3. I’m not sure if Apache APISIX could act as an API gateway before Spring Cloud, let’s wait for oth

Re: [DISCUSS] Shall we unify the docs reading experience ?

2021-11-18 Thread Zhiyuan Ju
Hi Baoyuan, Tsangleslie means GitHub doesn’t support some features Docusaurus have, like MDX and Heading IDs. Actually, we have talked this long ago, at that time, our website and documentation site are still under development. Today, we have the main reasons to improve Developer’s experience is