Re: [NOTICE] some pages of Website are unavailable

2021-12-23 Thread Sheng Wu
Thanks for taking care of this, and keeping watching it. Sheng Wu 吴晟 Twitter, wusheng1108 Zhiyuan Ju 于2021年12月24日周五 10:15写道: > > Strange, I am accessing > https://skywalking.apache.org/docs/main/latest/readme/ and > https://apisix.apache.org/docs/java-plugin-runner/development/ Both are >

Re: [Proposal] support grpc-web proxy

2021-12-23 Thread Zexuan Luo
> 1. When grpc-web client sends a request, it will generate a route according to the package.service.function rule in the .proto file defined. If we want to access through "/example/*" instead of "/*" when setting up the route, the URI we get in the gateway at this time is

Re: [NOTICE] some pages of Website are unavailable

2021-12-23 Thread Zhiyuan Ju
> Strange, I am accessing https://skywalking.apache.org/docs/main/latest/readme/ and https://apisix.apache.org/docs/java-plugin-runner/development/ Both are good. What is the issue? Maybe because of Cache or the Service is available? Just now, those pages are down and the server returns 503

Re: [NOTICE] some pages of Website are unavailable

2021-12-23 Thread Sheng Wu
Strange, I am accessing https://skywalking.apache.org/docs/main/latest/readme/ and https://apisix.apache.org/docs/java-plugin-runner/development/ Both are good. What is the issue? Sheng Wu 吴晟 Twitter, wusheng1108 Zhiyuan Ju 于2021年12月24日周五 09:55写道: > Hi Community, > > Due to unknown reasons,

Re: [NOTICE] some pages of Website are unavailable

2021-12-23 Thread CalvinKirs
Hi: Already ok, please check again. Best wishes! Calvin Kirs On 12/24/2021 10:04,CalvinKirs wrote: Hi: https://dolphinscheduler.apache.org/ also has such a problem. We will follow up on this issue. Best wishes! Calvin Kirs On 12/24/2021 09:58,Zhiyuan Ju wrote: Hi, I just create a ticket

[NOTICE] some pages of Website are unavailable

2021-12-23 Thread Zhiyuan Ju
Hi Community, Due to unknown reasons, some pages[1] under our website are down :( I just checked one of the other projects[2] under the apache.org domain, the same error occurred. I will report this issue to the ASF's JIRA service. [1]

Re: [Proposal] support grpc-web proxy

2021-12-23 Thread JinChao Shuai
hi, chao 1. When grpc-web client sends a request, it will generate a route according to the package.service.function rule in the .proto file defined. If we want to access through "/example/*" instead of "/*" when setting up the route, the URI we get in the gateway at this time is

Re: Re: how can help me.I want restore these file.

2021-12-23 Thread Qi Guo
Hi, Sober, > I always submit the master branch. Just a few of my suggestions: 1. If we commit our code directly to the master branch of our own repository, we may mess up our commit records when we create a PR to the master repository. 2. We may often have code conflicts with the main

Re: [Proposal] APISIX support file-log plugin

2021-12-23 Thread Qi Guo
Hi, I need your help I'm having some trouble with `C.close()`, which is declared as: `int close(int fd)`. I want to flush the cache of a file via the control API, by calling the `C.close()` method. I tried to use a global variable to store the return value of `C.open()`, but when I send a

Re: Re: how can help me.I want restore these file.

2021-12-23 Thread Zhiyuan Ju
Hi Sober, Glad to hear from you, it's more like a Git workflow issue, how about scheduling a public online meet? I'm glad to chat & help you on this :) Best Regards! @ Zhiyuan Ju Sober 于2021年12月23日周四 15:21写道: > Hi Zhiyuan,Jintao > >I just submit the

[VOTE][RESULT] Release Apache APISIX Dashboard 2.10.1

2021-12-23 Thread JunXu Chen
Hi community, Release vote for Apache APISIX Dashboard version 2.10.1 has PASSED and closed now. 3 PMC +1 votes: - Zhiyuan Ju - Zexuan Luo - YuanSheng Wang 5 non-binding +1 votes: - Zeping Bai - Qi Guo - Tsangleslie - Baoyuan - Bozhong Yu Vote thread:

Re: [Proposal] support grpc-web proxy

2021-12-23 Thread Chao Zhang
Hi! Sounds good to me, but still I want to pick your brain to resolve some confusions. 1. I'm confused with the `strip_path` field, could you give some more elaborated examples? 2. Still don't know how Apache APISIX can support such protocol conversion. How does Apache APISIX convert the data in

[Proposal] support grpc-web proxy

2021-12-23 Thread JinChao Shuai
Hi, folks gRPC was originally developed by Google and is a high-performance remote procedure call framework based on HTTP/2 implementation. But because the browser does not directly expose HTTP/2, Web applications cannot directly use gRPC. gRPC-Web is a standardized protocol that solves this