apisix
apisix copied to clipboard
The Cloud-Native API Gateway
### Description I followed the clickhouse-Logger implementation logic and the data store was partially adapted for ELasticsearch;By default, index names are divided by date (yyyy.MM.dd),Dbas can further optimize log storage...
### Description I used proxy-rewrite plugin want to forward request, like a.com/xx to b.com/yy,this is my configration: ```JSON { "uri": "/sq-baidu", "name": "proxy-rewrite", "methods": [ "GET" ], "host": "sqtest.matrix.dev.xxxxx.com.cn", "plugins":...
### Description Convert `grpc-status-details-bin` in response header to response body, so that users could avoid parsing header to read error response. Fixes #6996 ### Checklist - [x] I have explained...
### Current Behavior Hi, I would like to use GRPC proxy, but there are some problems in pressure measurement GRPC Client 100 concurrent requests, 500 or 1000 requests GRPC Client...
Signed-off-by: Navendu Pottekkat ### Description Updates the "Architecture" page and reorders the documentation so that the first page is the "Getting started" page. Consolidates all the architecture pages to one.
### Description Fixes #7320 It is sister PR of #7366 ### Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I...
### Issue description Somtimes 500 will occur when do request to admin api, it seems to do with lua-resty-http, but it‘s hard to be reproduced。 Is there any tips? Log...
### Current Behavior I request one proxy url once a minute on the premise that all plugins are closed, I found that the memory is higher than last request, and...
### Description hello , I use apisix v2.12 do some test, I have installed apisix-base, but I meet some question,the following is my config. my upstream is a openresty(172.25.xxx.xxx) ,the...
### Description support openfunction serverless platform implement proposal #7404 ### Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have...