[GitHub] [apisix-dashboard] guoqqqi opened a new pull request #2213: chore: update dependencies

2021-11-15 Thread GitBox
guoqqqi opened a new pull request #2213: URL: https://github.com/apache/apisix-dashboard/pull/2213 Please answer these questions before submitting a pull request, **or your PR will get closed**. 1. Updating project dependencies 2. **Note** eslint@8.2.0: The engine "node" is

[GitHub] [apisix] moonming commented on issue #5527: request help: 匹配条件 里的域名,可以加主域名wildcard吗

2021-11-15 Thread GitBox
moonming commented on issue #5527: URL: https://github.com/apache/apisix/issues/5527#issuecomment-969962139 @lifeblood Please use English in the public channel, thx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [apisix] tzssangglass commented on issue #5526: "Route" transe function consult: can't transe "/*" to the upstream

2021-11-15 Thread GitBox
tzssangglass commented on issue #5526: URL: https://github.com/apache/apisix/issues/5526#issuecomment-969960691 502 means APISIX can not request the upstream, I think you should check the network problems -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] tzssangglass commented on a change in pull request #5501: feat: kafka logger supports logging request body (#5343)

2021-11-15 Thread GitBox
tzssangglass commented on a change in pull request #5501: URL: https://github.com/apache/apisix/pull/5501#discussion_r749970911 ## File path: apisix/plugins/kafka-logger.lua ## @@ -74,6 +74,15 @@ local schema = { inactive_timeout = {type = "integer", minimum = 1,

[GitHub] [apisix] tzssangglass commented on a change in pull request #5501: feat: kafka logger supports logging request body (#5343)

2021-11-15 Thread GitBox
tzssangglass commented on a change in pull request #5501: URL: https://github.com/apache/apisix/pull/5501#discussion_r749971103 ## File path: t/plugin/kafka-logger.t ## @@ -1114,3 +1114,82 @@ GET /t --- error_log_like eval qr/create new kafka producer instance, brokers:

[GitHub] [apisix] icecode opened a new issue #5528: bug: kafka-logger send thread crash

2021-11-15 Thread GitBox
icecode opened a new issue #5528: URL: https://github.com/apache/apisix/issues/5528 ### Issue description kafka-logger send thread crash ### Environment - apisix version (cmd: `apisix version`): 2.9 - OS (cmd: `uname -a`): Linux developer-apisix

[GitHub] [apisix] windyrjc commented on a change in pull request #5501: feat: kafka logger supports logging request body (#5343)

2021-11-15 Thread GitBox
windyrjc commented on a change in pull request #5501: URL: https://github.com/apache/apisix/pull/5501#discussion_r749948007 ## File path: t/plugin/kafka-logger.t ## @@ -1114,3 +1114,80 @@ GET /t --- error_log_like eval qr/create new kafka producer instance, brokers:

[GitHub] [apisix] lishaoshu1240 edited a comment on issue #5526: "Route" transe function consult: can't transe "/*" to the upstream

2021-11-15 Thread GitBox
lishaoshu1240 edited a comment on issue #5526: URL: https://github.com/apache/apisix/issues/5526#issuecomment-969912082 curl http://apisix.zaitugongda.com:9080/apisix/admin/routes { "action": "get", "count": 2, "node": { "key": "/apisix/routes",

[GitHub] [apisix] lishaoshu1240 commented on issue #5526: "Route" transe function consult: can't transe "/*" to the upstream

2021-11-15 Thread GitBox
lishaoshu1240 commented on issue #5526: URL: https://github.com/apache/apisix/issues/5526#issuecomment-969912082 docker run --name api-gateway \ -v /data/apisix/apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml \ -v /data/apisix/apisix_log:/usr/local/apisix/logs \ -p

[GitHub] [apisix] tzssangglass commented on a change in pull request #5501: feat: kafka logger supports logging request body (#5343)

2021-11-15 Thread GitBox
tzssangglass commented on a change in pull request #5501: URL: https://github.com/apache/apisix/pull/5501#discussion_r749939229 ## File path: docs/zh/latest/plugins/kafka-logger.md ## @@ -57,6 +57,7 @@ title: kafka-logger | max_retry_count | integer | 可选 | 0 |

[GitHub] [apisix] spacewander merged pull request #5525: docs: update batch-processor.md

2021-11-15 Thread GitBox
spacewander merged pull request #5525: URL: https://github.com/apache/apisix/pull/5525 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[apisix] branch master updated: docs: update batch-processor.md (#5525)

2021-11-15 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/master by this push: new 9b355c6 docs: update batch-processor.md

[GitHub] [apisix] lishaoshu1240 commented on issue #5526: "Route" transe function consult: can't transe "/*" to the upstream

2021-11-15 Thread GitBox
lishaoshu1240 commented on issue #5526: URL: https://github.com/apache/apisix/issues/5526#issuecomment-969902527 @tzssangglass ,can you sure that this request is caught by /routes/2? /* means match any request uri. yes -- This is an automated message from the Apache Git Service.

[GitHub] [apisix-ingress-controller] tao12345666333 commented on pull request #734: fix: ApisixRoute backendPoint duplicate (#732)

2021-11-15 Thread GitBox
tao12345666333 commented on pull request #734: URL: https://github.com/apache/apisix-ingress-controller/pull/734#issuecomment-969901603 @zlhgo can you please fetch the latest code (from master)? We have fixed the error of e2e. -- This is an automated message from the Apache Git

[GitHub] [apisix] tzssangglass commented on issue #5512: bug: The kafka-logger plugin cannot collect the value of each nginx built-in variable correctly

2021-11-15 Thread GitBox
tzssangglass commented on issue #5512: URL: https://github.com/apache/apisix/issues/5512#issuecomment-969899545 I have implemented `kafka-logger` to calculate request latency, but I did it by adding a filter to logstash and writing the formula in the filter. -- This is an automated

[GitHub] [apisix] tzssangglass commented on issue #5344: request help: kafka logger supports logging response body

2021-11-15 Thread GitBox
tzssangglass commented on issue #5344: URL: https://github.com/apache/apisix/issues/5344#issuecomment-969897371 see: https://github.com/apache/apisix/pull/5501 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [apisix] tzssangglass edited a comment on issue #5472: docs: apisix/docs/en/latest/how-to-build.md

2021-11-15 Thread GitBox
tzssangglass edited a comment on issue #5472: URL: https://github.com/apache/apisix/issues/5472#issuecomment-969896454 @lishaoshu1240 this is another issue, pls open new issue or dicsussion to talk about it.BTW, route and upstream related by `upstream_id` on route config. -- This is an

[GitHub] [apisix] tzssangglass commented on issue #5472: docs: apisix/docs/en/latest/how-to-build.md

2021-11-15 Thread GitBox
tzssangglass commented on issue #5472: URL: https://github.com/apache/apisix/issues/5472#issuecomment-969896454 this is another issue, pls open new issue or dicsussion to talk about it.BTW, route and upstream related by `upstream_id` on route config. -- This is an automated message from

[GitHub] [apisix] tzssangglass commented on issue #5526: "Route" transe function consult: can't transe "/*" to the upstream

2021-11-15 Thread GitBox
tzssangglass commented on issue #5526: URL: https://github.com/apache/apisix/issues/5526#issuecomment-969891897 here is my conf: ``` curl --location --request PUT 'http://127.0.0.1:9080/apisix/admin/routes/1' \ --header 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' \

[GitHub] [apisix] lifeblood opened a new issue #5527: request help: 匹配条件 里的域名,可以加主域名wildcard吗

2021-11-15 Thread GitBox
lifeblood opened a new issue #5527: URL: https://github.com/apache/apisix/issues/5527 ### Issue description 匹配条件 里的域名,可以加主域名wildcard吗 比如: test.* ### Environment - apisix version (cmd: `apisix version`): - OS (cmd: `uname -a`): - OpenResty / Nginx version

[GitHub] [apisix] lifeblood commented on issue #5524: error] 20920#20920: *692819 peer closed connection in SSL handshake while SSL handshaking to upstream,

2021-11-15 Thread GitBox
lifeblood commented on issue #5524: URL: https://github.com/apache/apisix/issues/5524#issuecomment-969885628 done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [apisix] lifeblood closed issue #5524: error] 20920#20920: *692819 peer closed connection in SSL handshake while SSL handshaking to upstream,

2021-11-15 Thread GitBox
lifeblood closed issue #5524: URL: https://github.com/apache/apisix/issues/5524 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [apisix] tzssangglass commented on issue #5512: bug: The kafka-logger plugin cannot collect the value of each nginx built-in variable correctly

2021-11-15 Thread GitBox
tzssangglass commented on issue #5512: URL: https://github.com/apache/apisix/issues/5512#issuecomment-969859497 here is my test: ``` { "server_protocol": "HTTP/1.1", "@timestamp": "2021-11-16T12:28:39+08:00", "upstream_bytes_received": "528",

[GitHub] [apisix] lishaoshu1240 opened a new issue #5526: "Route" transe function consult: can't transe "/*" to the upstream

2021-11-15 Thread GitBox
lishaoshu1240 opened a new issue #5526: URL: https://github.com/apache/apisix/issues/5526 ### Issue description request url: http://gw.stefan.com:9080/apisix/admin/routes/2 body: { "methods": ["GET"], "host": "ab.stefan.com", "uri": "/*", "upstream":

[GitHub] [apisix] lishaoshu1240 commented on issue #5472: docs: apisix/docs/en/latest/how-to-build.md

2021-11-15 Thread GitBox
lishaoshu1240 commented on issue #5472: URL: https://github.com/apache/apisix/issues/5472#issuecomment-969828265 yep, i alse found the tutorial is not friendly for newcomer. i have understand the Route function. but i dont kown the difference between the "Route" and "Upstream".

[GitHub] [apisix-website] guoqqqi commented on pull request #716: feat: add Datadog plugin card in plugin hub

2021-11-15 Thread GitBox
guoqqqi commented on pull request #716: URL: https://github.com/apache/apisix-website/pull/716#issuecomment-969809441 I have added a beta tag to the plug-in card and added a comment on the hover, Also updated with links. If there is still something that needs to be corrected, please

[GitHub] [apisix] qq54903099 commented on issue #5344: request help: kafka logger supports logging response body

2021-11-15 Thread GitBox
qq54903099 commented on issue #5344: URL: https://github.com/apache/apisix/issues/5344#issuecomment-969787155 I just want to know when can support this issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [apisix] qq54903099 commented on issue #5468: request help: apisix whith 6000 interface ,repsonse is slow

2021-11-15 Thread GitBox
qq54903099 commented on issue #5468: URL: https://github.com/apache/apisix/issues/5468#issuecomment-969778159 > @qq54903099 Hi, may I know if your issue gets resolved? 我觉得应该是上游接口问题。换成其他接口,是ok的。 -- This is an automated message from the Apache Git Service. To respond to the message,

[apisix] branch release/2.10 updated: feat: release 2.10.2 (#5521)

2021-11-15 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch release/2.10 in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/release/2.10 by this push: new 19587ed feat: release 2.10.2

[GitHub] [apisix] spacewander merged pull request #5521: feat: release 2.10.2

2021-11-15 Thread GitBox
spacewander merged pull request #5521: URL: https://github.com/apache/apisix/pull/5521 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [apisix] lifeblood commented on issue #5524: error] 20920#20920: *692819 peer closed connection in SSL handshake while SSL handshaking to upstream,

2021-11-15 Thread GitBox
lifeblood commented on issue #5524: URL: https://github.com/apache/apisix/issues/5524#issuecomment-969746408 > upstream SSL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [apisix] windyrjc commented on a change in pull request #5501: feat: kafka logger supports logging request body (#5343)

2021-11-15 Thread GitBox
windyrjc commented on a change in pull request #5501: URL: https://github.com/apache/apisix/pull/5501#discussion_r749848750 ## File path: t/plugin/kafka-logger.t ## @@ -1114,3 +1114,201 @@ GET /t --- error_log_like eval qr/create new kafka producer instance, brokers:

[GitHub] [apisix] Baoyuantop opened a new pull request #5525: docs: update batch-processor.md

2021-11-15 Thread GitBox
Baoyuantop opened a new pull request #5525: URL: https://github.com/apache/apisix/pull/5525 ### What this PR does / why we need it: When I saw the Chinese version of the `batch-processor.md` file, I found some inappropriate things in it, and this PR will fix them to improve the

[GitHub] [apisix] windyrjc commented on a change in pull request #5501: feat: kafka logger supports logging request body (#5343)

2021-11-15 Thread GitBox
windyrjc commented on a change in pull request #5501: URL: https://github.com/apache/apisix/pull/5501#discussion_r749839423 ## File path: t/plugin/kafka-logger.t ## @@ -1135,7 +1135,7 @@ qr/failed to send data to Kafka topic: .*, brokers: \{"127.0.0.127":9092}/

[GitHub] [apisix] spacewander merged pull request #5519: chore: remove unnecessary backport PR in CHANGELOG.md

2021-11-15 Thread GitBox
spacewander merged pull request #5519: URL: https://github.com/apache/apisix/pull/5519 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[apisix] branch master updated: chore: remove unnecessary backport PR in CHANGELOG.md (#5519)

2021-11-15 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/master by this push: new 718eb4b chore: remove unnecessary

[GitHub] [apisix] tokers commented on issue #5524: error] 20920#20920: *692819 peer closed connection in SSL handshake while SSL handshaking to upstream,

2021-11-15 Thread GitBox
tokers commented on issue #5524: URL: https://github.com/apache/apisix/issues/5524#issuecomment-969618434 Do you mean the downstream SSL or upstream SSL? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [apisix] tzssangglass commented on issue #5399: Proposal: support advanced matching based on POST form

2021-11-15 Thread GitBox
tzssangglass commented on issue #5399: URL: https://github.com/apache/apisix/issues/5399#issuecomment-969609033 not support yet, here:https://github.com/apache/apisix/blob/cc43b9fc1bf9be14c05d36415f83cdd189d0a7f5/apisix/core/ctx.lua#L186 json is nested and complicated. -- This is

[GitHub] [apisix] spacewander commented on a change in pull request #5501: feat: kafka logger supports logging request body (#5343)

2021-11-15 Thread GitBox
spacewander commented on a change in pull request #5501: URL: https://github.com/apache/apisix/pull/5501#discussion_r749821366 ## File path: t/plugin/kafka-logger.t ## @@ -1135,7 +1135,7 @@ qr/failed to send data to Kafka topic: .*, brokers: \{"127.0.0.127":9092}/

[GitHub] [apisix] jagerzhang commented on issue #5399: Proposal: support advanced matching based on POST form

2021-11-15 Thread GitBox
jagerzhang commented on issue #5399: URL: https://github.com/apache/apisix/issues/5399#issuecomment-969546152 请教下,这个新增特性是否支持content-type=application/json的POST请求中的body过滤? 目前我们是通过 serverless-pre来实现的,如果这个特性能支持,那就更优雅了。 -- This is an automated message from the Apache Git Service. To

[GitHub] [apisix] lifeblood opened a new issue #5524: error] 20920#20920: *692819 peer closed connection in SSL handshake while SSL handshaking to upstream,

2021-11-15 Thread GitBox
lifeblood opened a new issue #5524: URL: https://github.com/apache/apisix/issues/5524 ### Issue description 在配置一个443反向代理的时候报这个错误 用HAPROXY,可以用check ssl verify none 这个来解决 ### Environment - apisix version (cmd: `apisix version`): - OS (cmd: `uname -a`): -

[GitHub] [apisix-dashboard] dileepajayakody opened a new pull request #2212: Setting default language to english in APISIX Dashboard

2021-11-15 Thread GitBox
dileepajayakody opened a new pull request #2212: URL: https://github.com/apache/apisix-dashboard/pull/2212 Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [ ] Bugfix - [x] New feature

[GitHub] [apisix-dashboard] Applenice commented on a change in pull request #2210: fix: source codes link

2021-11-15 Thread GitBox
Applenice commented on a change in pull request #2210: URL: https://github.com/apache/apisix-dashboard/pull/2210#discussion_r749480813 ## File path: README.md ## @@ -77,9 +77,9 @@ Password: admin Support the following ways currently. -- [Source

[GitHub] [apisix-website] Ylikj commented on a change in pull request #722: refactor: update img source blog/2020

2021-11-15 Thread GitBox
Ylikj commented on a change in pull request #722: URL: https://github.com/apache/apisix-website/pull/722#discussion_r748676052 ## File path: website/blog/2020/12/11/beike-how-to-build-gateway-based-on-apache-apisix.md ## @@ -19,9 +19,9 @@ tags: [User Case] ## 选择 Kong 还是

[GitHub] [apisix-website] Ylikj closed pull request #749: refactor: upload img source

2021-11-15 Thread GitBox
Ylikj closed pull request #749: URL: https://github.com/apache/apisix-website/pull/749 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [apisix-website] Ylikj opened a new pull request #749: refactor: upload img source

2021-11-15 Thread GitBox
Ylikj opened a new pull request #749: URL: https://github.com/apache/apisix-website/pull/749 Change the source of the picture to cnd -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [apisix-dashboard] bzp2010 commented on a change in pull request #2210: fix: source codes link

2021-11-15 Thread GitBox
bzp2010 commented on a change in pull request #2210: URL: https://github.com/apache/apisix-dashboard/pull/2210#discussion_r749465368 ## File path: README.md ## @@ -77,9 +77,9 @@ Password: admin Support the following ways currently. -- [Source

[GitHub] [apisix-dashboard] bzp2010 commented on a change in pull request #2210: fix: source codes link

2021-11-15 Thread GitBox
bzp2010 commented on a change in pull request #2210: URL: https://github.com/apache/apisix-dashboard/pull/2210#discussion_r748874977 ## File path: README.md ## @@ -77,9 +77,9 @@ Password: admin Support the following ways currently. -- [Source

[GitHub] [apisix-dashboard] bzp2010 commented on a change in pull request #2210: fix: source codes link

2021-11-15 Thread GitBox
bzp2010 commented on a change in pull request #2210: URL: https://github.com/apache/apisix-dashboard/pull/2210#discussion_r749465368 ## File path: README.md ## @@ -77,9 +77,9 @@ Password: admin Support the following ways currently. -- [Source

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2201: test: migrate route remote addr e2e

2021-11-15 Thread GitBox
codecov-commenter edited a comment on pull request #2201: URL: https://github.com/apache/apisix-dashboard/pull/2201#issuecomment-964751665 #

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2201: test: migrate route remote addr e2e

2021-11-15 Thread GitBox
codecov-commenter edited a comment on pull request #2201: URL: https://github.com/apache/apisix-dashboard/pull/2201#issuecomment-964751665 #

[GitHub] [apisix-dashboard] zaunist commented on pull request #2201: test: migrate route remote addr e2e

2021-11-15 Thread GitBox
zaunist commented on pull request #2201: URL: https://github.com/apache/apisix-dashboard/pull/2201#issuecomment-968985166 https://github.com/apache/apisix-dashboard/runs/4212905598?check_suite_focus=true#step:12:74 Hi, @bzp2010 This case is failed so frequently. Maybe we should take

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2201: test: migrate route remote addr e2e

2021-11-15 Thread GitBox
codecov-commenter edited a comment on pull request #2201: URL: https://github.com/apache/apisix-dashboard/pull/2201#issuecomment-964751665 #

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2201: test: migrate route remote addr test to ginkgo implement

2021-11-15 Thread GitBox
codecov-commenter edited a comment on pull request #2201: URL: https://github.com/apache/apisix-dashboard/pull/2201#issuecomment-964751665 #

[GitHub] [apisix-dashboard] Applenice commented on a change in pull request #2210: fix: source codes link

2021-11-15 Thread GitBox
Applenice commented on a change in pull request #2210: URL: https://github.com/apache/apisix-dashboard/pull/2210#discussion_r749380348 ## File path: README.md ## @@ -77,9 +77,9 @@ Password: admin Support the following ways currently. -- [Source

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2201: test: migrate old e2e route with remote_addr to ginkgo implement

2021-11-15 Thread GitBox
codecov-commenter edited a comment on pull request #2201: URL: https://github.com/apache/apisix-dashboard/pull/2201#issuecomment-964751665 #

[GitHub] [apisix-website] SylviaBABY commented on a change in pull request #748: docs: add translation for Hyperchain user case[Under Review, Do Not Merge yet]

2021-11-15 Thread GitBox
SylviaBABY commented on a change in pull request #748: URL: https://github.com/apache/apisix-website/pull/748#discussion_r749352979 ## File path: website/blog/2021/08/09/Apache-APISIX-in-Quliankeji.md ## @@ -1,214 +1,217 @@ --- -title: "舍弃 Kong 和 Nginx,Apache APISIX 在趣链科技

[GitHub] [apisix-website] SylviaBABY commented on a change in pull request #748: docs: add translation for Hyperchain user case[Under Review, Do Not Merge yet]

2021-11-15 Thread GitBox
SylviaBABY commented on a change in pull request #748: URL: https://github.com/apache/apisix-website/pull/748#discussion_r749352130 ## File path: website/blog/2021/08/09/Apache-APISIX-in-Quliankeji.md ## @@ -1,214 +1,217 @@ --- -title: "舍弃 Kong 和 Nginx,Apache APISIX 在趣链科技

[GitHub] [apisix] spacewander closed issue #5522: systemctl enable apisix failed

2021-11-15 Thread GitBox
spacewander closed issue #5522: URL: https://github.com/apache/apisix/issues/5522 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [apisix] spacewander commented on issue #5522: systemctl enable apisix failed

2021-11-15 Thread GitBox
spacewander commented on issue #5522: URL: https://github.com/apache/apisix/issues/5522#issuecomment-968919020 Spam? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [apisix] spacewander commented on issue #5503: bug: unable install apisix 2.10.1 by rpm on Centos 7

2021-11-15 Thread GitBox
spacewander commented on issue #5503: URL: https://github.com/apache/apisix/issues/5503#issuecomment-968918528 You need to install openresty via rpm, so the dependency check can work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix] spacewander closed issue #5503: bug: unable install apisix 2.10.1 by rpm on Centos 7

2021-11-15 Thread GitBox
spacewander closed issue #5503: URL: https://github.com/apache/apisix/issues/5503 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [apisix] tzssangglass commented on issue #5513: response very slow when i start to test the Route function of APISIX

2021-11-15 Thread GitBox
tzssangglass commented on issue #5513: URL: https://github.com/apache/apisix/issues/5513#issuecomment-968904188 what you marked is `$upstream_response_time`, keeps time spent on receiving the response from the upstream server. I think you also need to check how long it takes for the

[GitHub] [apisix] lifeblood opened a new issue #5522: systemctl enable apisix failed

2021-11-15 Thread GitBox
lifeblood opened a new issue #5522: URL: https://github.com/apache/apisix/issues/5522 ### Issue description systemctl enable apisix failed ### Environment systemctl enable apisix failed ### Steps to reproduce systemctl enable apisix failed ###

[GitHub] [apisix] membphis edited a comment on issue #5502: docs: APISIX supports multi-language architecture diagram

2021-11-15 Thread GitBox
membphis edited a comment on issue #5502: URL: https://github.com/apache/apisix/issues/5502#issuecomment-968499339 In our previous document, there is no architecture diagram for multi-language support. So I drew a picture to help you understand how APISIX supports multi-language.

[GitHub] [apisix] windyrjc commented on a change in pull request #5501: feat: kafka logger supports logging request body (#5343)

2021-11-15 Thread GitBox
windyrjc commented on a change in pull request #5501: URL: https://github.com/apache/apisix/pull/5501#discussion_r749243422 ## File path: t/plugin/kafka-logger.t ## @@ -1135,7 +1135,7 @@ qr/failed to send data to Kafka topic: .*, brokers: \{"127.0.0.127":9092}/

[GitHub] [apisix] windyrjc commented on a change in pull request #5501: feat: kafka logger supports logging request body (#5343)

2021-11-15 Thread GitBox
windyrjc commented on a change in pull request #5501: URL: https://github.com/apache/apisix/pull/5501#discussion_r749243422 ## File path: t/plugin/kafka-logger.t ## @@ -1135,7 +1135,7 @@ qr/failed to send data to Kafka topic: .*, brokers: \{"127.0.0.127":9092}/

[GitHub] [apisix] lishaoshu1240 commented on issue #5513: response very slow when i start to test the Route function of APISIX

2021-11-15 Thread GitBox
lishaoshu1240 commented on issue #5513: URL: https://github.com/apache/apisix/issues/5513#issuecomment-968817695 { "methods": ["GET"], "host": "web.zaitugongda.com", "uri": "/ab*", "upstream": { "type": "roundrobin", "nodes": {

[GitHub] [apisix] lilien1010 commented on issue #5503: bug: unable install apisix 2.10.1 by rpm on Centos 7

2021-11-15 Thread GitBox
lilien1010 commented on issue #5503: URL: https://github.com/apache/apisix/issues/5503#issuecomment-968786534 ``` [root@VM-0-4-centos home]# echo $PATH

[GitHub] [apisix] lilien1010 commented on issue #5503: bug: unable install apisix 2.10.1 by rpm on Centos 7

2021-11-15 Thread GitBox
lilien1010 commented on issue #5503: URL: https://github.com/apache/apisix/issues/5503#issuecomment-968785446 @tokers @spacewander I install the openresty by source code. ``` [root@VM-0-4-centos home]# openresty -V nginx version: openresty/1.19.9.1 built by gcc 4.8.5

[GitHub] [apisix] tzssangglass commented on pull request #5521: feat: release 2.10.2

2021-11-15 Thread GitBox
tzssangglass commented on pull request #5521: URL: https://github.com/apache/apisix/pull/5521#issuecomment-968756232 CI broken in `linux_apisix_current_luarocks ` depend on https://github.com/apache/apisix/pull/5171 -- This is an automated message from the Apache Git Service. To respond

[GitHub] [apisix] tzssangglass commented on pull request #5521: feat: release 2.10.2

2021-11-15 Thread GitBox
tzssangglass commented on pull request #5521: URL: https://github.com/apache/apisix/pull/5521#issuecomment-968742406 test ci, wait for: https://github.com/apache/apisix/pull/5519 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix] tzssangglass opened a new pull request #5521: feat: release 2.10.2

2021-11-15 Thread GitBox
tzssangglass opened a new pull request #5521: URL: https://github.com/apache/apisix/pull/5521 ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or what new features have been added?

[GitHub] [apisix] tzssangglass closed pull request #5520: feat: release 2.10.2

2021-11-15 Thread GitBox
tzssangglass closed pull request #5520: URL: https://github.com/apache/apisix/pull/5520 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [apisix] tzssangglass opened a new pull request #5520: feat: release 2.10.2

2021-11-15 Thread GitBox
tzssangglass opened a new pull request #5520: URL: https://github.com/apache/apisix/pull/5520 ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or what new features have been added?

[GitHub] [apisix-dashboard] github-actions[bot] commented on issue #2111: Feature request: plugin: Form config data editer for custom plugin

2021-11-15 Thread GitBox
github-actions[bot] commented on issue #2111: URL: https://github.com/apache/apisix-dashboard/issues/2111#issuecomment-968733388 This issue has been marked as stale due to 30 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant,

[GitHub] [apisix] github-actions[bot] commented on pull request #5052: Dev

2021-11-15 Thread GitBox
github-actions[bot] commented on pull request #5052: URL: https://github.com/apache/apisix/pull/5052#issuecomment-968732387 This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or

[GitHub] [apisix] bzp2010 commented on issue #5500: The request will be triggered from time to time after the request enters apisix, and the request will be sent to the back end with a delay of 1-2sre

2021-11-15 Thread GitBox
bzp2010 commented on issue #5500: URL: https://github.com/apache/apisix/issues/5500#issuecomment-968726207 @spacewander @tzssangglass If you have time please help to look at this issue. XD -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [apisix] tzssangglass closed pull request #5517: feat: release 2.10.2

2021-11-15 Thread GitBox
tzssangglass closed pull request #5517: URL: https://github.com/apache/apisix/pull/5517 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [apisix] tzssangglass commented on a change in pull request #5517: feat: release 2.10.2

2021-11-15 Thread GitBox
tzssangglass commented on a change in pull request #5517: URL: https://github.com/apache/apisix/pull/5517#discussion_r749166248 ## File path: apisix/plugins/batch-requests.lua ## @@ -179,6 +183,8 @@ local function set_common_header(data) end end

[GitHub] [apisix] tzssangglass opened a new pull request #5519: chore: remove unnecessary backport PR in CHANGELOG.md

2021-11-15 Thread GitBox
tzssangglass opened a new pull request #5519: URL: https://github.com/apache/apisix/pull/5519 Signed-off-by: tzssangglass ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or

[apisix-website] branch master updated: docs: fix typos in text and cover image (#747)

2021-11-15 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/master by this push: new 29b2293 docs: fix typos in text and

[GitHub] [apisix-website] juzhiyuan merged pull request #747: docs: fix typos in text and cover image

2021-11-15 Thread GitBox
juzhiyuan merged pull request #747: URL: https://github.com/apache/apisix-website/pull/747 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [apisix-ingress-controller] codecov-commenter edited a comment on pull request #733: bug: Remove route timeout default value

2021-11-15 Thread GitBox
codecov-commenter edited a comment on pull request #733: URL: https://github.com/apache/apisix-ingress-controller/pull/733#issuecomment-957055138 #

[GitHub] [apisix] windyrjc commented on a change in pull request #5501: feat: kafka logger supports logging request body (#5343)

2021-11-15 Thread GitBox
windyrjc commented on a change in pull request #5501: URL: https://github.com/apache/apisix/pull/5501#discussion_r749136068 ## File path: t/plugin/kafka-logger.t ## @@ -1135,7 +1135,7 @@ qr/failed to send data to Kafka topic: .*, brokers: \{"127.0.0.127":9092}/

[GitHub] [apisix-website] yzeng25 opened a new pull request #748: docs: add translation for Hyperchain user case

2021-11-15 Thread GitBox
yzeng25 opened a new pull request #748: URL: https://github.com/apache/apisix-website/pull/748 Changes: add translation for Hyperchain user case -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [apisix] bzp2010 opened a new pull request #5518: feat: add Apache OpenWhisk plugin

2021-11-15 Thread GitBox
bzp2010 opened a new pull request #5518: URL: https://github.com/apache/apisix/pull/5518 ### What this PR does / why we need it: Support for Apache OpenWhisk serverless platform. Implement: #5485 ### Pre-submission checklist: * [x] Did you explain what problem

[GitHub] [apisix] tokers commented on issue #5417: bug: auto-generated apisix id is likely to be duplicated in containerized environments

2021-11-15 Thread GitBox
tokers commented on issue #5417: URL: https://github.com/apache/apisix/issues/5417#issuecomment-968667054 Vote for Kong, it's on a higher level. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [apisix] tokers commented on issue #5451: request help: Does response-rewrite plugin support partial or regular substitution

2021-11-15 Thread GitBox
tokers commented on issue #5451: URL: https://github.com/apache/apisix/issues/5451#issuecomment-968665320 > Does Customize Nginx Configuration work globally? Yes, the range cross the route boundaries. > I think it would be better to make the response-rewrite plugin support

[GitHub] [apisix] tokers commented on issue #5513: response very slow when i start to test the Route function of APISIX

2021-11-15 Thread GitBox
tokers commented on issue #5513: URL: https://github.com/apache/apisix/issues/5513#issuecomment-968663166 What's the route/upstreams details? And, it seems that `web.zaitugongda.com` is not on your infrastructure, you may also assess the networking impacts. -- This is an automated

[GitHub] [apisix-ingress-controller] codecov-commenter edited a comment on pull request #733: bug: Remove route timeout default value

2021-11-15 Thread GitBox
codecov-commenter edited a comment on pull request #733: URL: https://github.com/apache/apisix-ingress-controller/pull/733#issuecomment-957055138 #

[GitHub] [apisix] tokers commented on a change in pull request #5517: feat: release 2.10.2

2021-11-15 Thread GitBox
tokers commented on a change in pull request #5517: URL: https://github.com/apache/apisix/pull/5517#discussion_r749108543 ## File path: apisix/plugins/batch-requests.lua ## @@ -179,6 +183,8 @@ local function set_common_header(data) end end

[GitHub] [apisix-ingress-controller] codecov-commenter edited a comment on pull request #740: feat: Fix lb ingress status

2021-11-15 Thread GitBox
codecov-commenter edited a comment on pull request #740: URL: https://github.com/apache/apisix-ingress-controller/pull/740#issuecomment-962736571 #

[GitHub] [apisix] tzssangglass opened a new pull request #5517: R2102rl

2021-11-15 Thread GitBox
tzssangglass opened a new pull request #5517: URL: https://github.com/apache/apisix/pull/5517 ### What this PR does / why we need it: ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or what new features have been added?

[GitHub] [apisix] spacewander merged pull request #5516: chore: remove ldap on release 2.10.2

2021-11-15 Thread GitBox
spacewander merged pull request #5516: URL: https://github.com/apache/apisix/pull/5516 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[apisix] branch master updated: chore: remove ldap on release 2.10.2 (#5516)

2021-11-15 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/master by this push: new cc43b9f chore: remove ldap on release

[GitHub] [apisix] tzssangglass closed pull request #5515: feat: release 2.10.2

2021-11-15 Thread GitBox
tzssangglass closed pull request #5515: URL: https://github.com/apache/apisix/pull/5515 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [apisix] tzssangglass opened a new pull request #5516: chore: remove ldap on release 2.10.2

2021-11-15 Thread GitBox
tzssangglass opened a new pull request #5516: URL: https://github.com/apache/apisix/pull/5516 Signed-off-by: tzssangglass ### What this PR does / why we need it: refer to: https://github.com/apache/apisix/pull/5515 ### Pre-submission checklist: * [x] Did

[GitHub] [apisix] spacewander merged pull request #5511: docs: for step 3, we should replace "make" with "apisix"

2021-11-15 Thread GitBox
spacewander merged pull request #5511: URL: https://github.com/apache/apisix/pull/5511 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[apisix] branch release/2.10 updated: docs: for step 3, we should replace "make" with "apisix" (#5511)

2021-11-15 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch release/2.10 in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/release/2.10 by this push: new be360b4 docs: for step 3, we

  1   2   >