[GitHub] [apisix-dashboard] achalagarwal commented on issue #2284: APISIX DASHBOARD: how to use regex to strict match uri with both path and query params in a single request

2022-12-22 Thread GitBox
achalagarwal commented on issue #2284: URL: https://github.com/apache/apisix-dashboard/issues/2284#issuecomment-1363707955 @lucamaf did you get it working now? I would check make sure to check the logs for the final url it gives -- This is an automated message from the Apache Git Service

[GitHub] [apisix] leslie-tsang opened a new pull request, #8562: fix: use absolute path as pubsub search path

2022-12-22 Thread GitBox
leslie-tsang opened a new pull request, #8562: URL: https://github.com/apache/apisix/pull/8562 ### Description Currently, `pubsub` module uses relative path for pb file loading, once apisix's [`cwd`](https://en.wikipedia.org/wiki/Working_directory) is not `/usr/local/apis

[GitHub] [apisix] spacewander closed issue #1546: optimize: reduce the number of connections between apisix and etcd

2022-12-22 Thread GitBox
spacewander closed issue #1546: optimize: reduce the number of connections between apisix and etcd URL: https://github.com/apache/apisix/issues/1546 -- 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 t

[GitHub] [apisix] spacewander commented on issue #1546: optimize: reduce the number of connections between apisix and etcd

2022-12-22 Thread GitBox
spacewander commented on issue #1546: URL: https://github.com/apache/apisix/issues/1546#issuecomment-1363690224 Solved by the gRPC sync. -- 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 specif

[GitHub] [apisix] spacewander commented on a diff in pull request #8556: fix: unregister timer when snowflake etcd keepalive failed

2022-12-22 Thread GitBox
spacewander commented on code in PR #8556: URL: https://github.com/apache/apisix/pull/8556#discussion_r1056083453 ## apisix/plugins/request-id.lua: ## @@ -129,6 +129,7 @@ local function gen_data_machine(max_number) if err4 then snowf

[GitHub] [apisix] spacewander commented on a diff in pull request #8557: fix: define destroy() to close protos

2022-12-22 Thread GitBox
spacewander commented on code in PR #8557: URL: https://github.com/apache/apisix/pull/8557#discussion_r1056083134 ## apisix/plugins/grpc-transcode/proto.lua: ## @@ -270,5 +270,10 @@ function _M.init() end end +function _M.destroy() +if protos then +protos:clo

[GitHub] [apisix] spacewander commented on a diff in pull request #8558: feat: limit-count plugin with redis cluster support tls/ssl

2022-12-22 Thread GitBox
spacewander commented on code in PR #8558: URL: https://github.com/apache/apisix/pull/8558#discussion_r1056057979 ## t/plugin/limit-count-redis-cluster.t: ## @@ -384,3 +384,170 @@ GET /hello hello world --- error_log connection refused + + + +=== TEST 12: set route, use error

[GitHub] [apisix] zhangliweixyz opened a new issue, #8561: help request: About ssl configuration?

2022-12-22 Thread GitBox
zhangliweixyz opened a new issue, #8561: URL: https://github.com/apache/apisix/issues/8561 ### Description What is apisix->ssl->enable for and if I set enable false,what will happen? ![image](https://user-images.githubusercontent.com/70928799/209285784-22bde199-df95-44ad-a49c-2250d

[apisix-helm-chart] branch gh-pages updated: Update index.yaml

2022-12-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git The following commit(s) were added to refs/heads/gh-pages by this push: new 4b8a3da Update index.yaml 4b

[apisix-helm-chart] branch master updated: chore: update dependency (#425)

2022-12-22 Thread alinsran
This is an automated email from the ASF dual-hosted git repository. alinsran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git The following commit(s) were added to refs/heads/master by this push: new ccefdc3 chore: update dependency (

[apisix-helm-chart] tag apisix-0.12.1 created (now ccefdc3)

2022-12-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag apisix-0.12.1 in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git at ccefdc3 (commit) No new revisions were added by this update.

[GitHub] [apisix-helm-chart] AlinsRan merged pull request #425: chore: update dependency

2022-12-22 Thread GitBox
AlinsRan merged PR #425: URL: https://github.com/apache/apisix-helm-chart/pull/425 -- 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: notifications-unsubsc

[GitHub] [apisix] spacewander commented on issue #8559: bug: [ info ] WARNING: You're not using LuaRocks 3.x; please remove the luarocks and reinstall it via https://raw.githubusercontent.com/apache/a

2022-12-22 Thread GitBox
spacewander commented on issue #8559: URL: https://github.com/apache/apisix/issues/8559#issuecomment-1363638470 We require at least LuaRocks 3.x and OpenResty 1.19.3.2+ to install APISIX. Please remove them and install the latest ones instead. -- This is an automated message from the Ap

[GitHub] [apisix] jujiale opened a new issue, #8560: help request: proxy-mirror plugin seems doesnot work

2022-12-22 Thread GitBox
jujiale opened a new issue, #8560: URL: https://github.com/apache/apisix/issues/8560 ### Description hello: when I test proxy-mirror plugin. I find that it doesnot work. the following is my config: ` { "uri": "/test*", "name": "test_proxy_mirror",

[GitHub] [apisix] cherishman2005 opened a new issue, #8559: bug: [ info ] WARNING: You're not using LuaRocks 3.x; please remove the luarocks and reinstall it via https://raw.githubusercontent.com/apac

2022-12-22 Thread GitBox
cherishman2005 opened a new issue, #8559: URL: https://github.com/apache/apisix/issues/8559 ### Current Behavior openresty-1.13.6.1 ``` make deps ``` ``` [ info ] WARNING: You're not using LuaRocks 3.x; please remove the luarocks and reinstall it via https://ra

[GitHub] [apisix-ingress-controller] AlinsRan commented on a diff in pull request #1526: feat: sync route crd labels to apisix

2022-12-22 Thread GitBox
AlinsRan commented on code in PR #1526: URL: https://github.com/apache/apisix-ingress-controller/pull/1526#discussion_r1056019120 ## test/e2e/suite-chore/consistency.go: ## @@ -273,3 +275,57 @@ var _ = ginkgo.Describe("suite-chore: Consistency between APISIX and the Ingress

[GitHub] [apisix-website] netlify[bot] commented on pull request #1454: chore(deps): bump actions/setup-python from 4.1.0 to 4.4.0

2022-12-22 Thread GitBox
netlify[bot] commented on PR #1454: URL: https://github.com/apache/apisix-website/pull/1454#issuecomment-1363589310 ### 👷 Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |🔨 Latest commit | dc07d4b8

[GitHub] [apisix-website] dependabot[bot] commented on pull request #1439: chore(deps): bump actions/setup-python from 4.1.0 to 4.3.1

2022-12-22 Thread GitBox
dependabot[bot] commented on PR #1439: URL: https://github.com/apache/apisix-website/pull/1439#issuecomment-1363589004 Superseded by #1454. -- 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 spe

[apisix-website] branch dependabot/github_actions/actions/setup-python-4.4.0 created (now dc07d4b8d63)

2022-12-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/setup-python-4.4.0 in repository https://gitbox.apache.org/repos/asf/apisix-website.git at dc07d4b8d63 chore(deps): bump actions/setup-python from 4.1

[GitHub] [apisix-website] dependabot[bot] closed pull request #1439: chore(deps): bump actions/setup-python from 4.1.0 to 4.3.1

2022-12-22 Thread GitBox
dependabot[bot] closed pull request #1439: chore(deps): bump actions/setup-python from 4.1.0 to 4.3.1 URL: https://github.com/apache/apisix-website/pull/1439 -- 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 t

[GitHub] [apisix-website] dependabot[bot] opened a new pull request, #1454: chore(deps): bump actions/setup-python from 4.1.0 to 4.4.0

2022-12-22 Thread GitBox
dependabot[bot] opened a new pull request, #1454: URL: https://github.com/apache/apisix-website/pull/1454 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.4.0. Release notes Sourced from https://github.com/actions/setup-python/releases";>actions

[GitHub] [apisix] ronething opened a new pull request, #8558: feat: limit-count plugin with redis cluster support tls/ssl

2022-12-22 Thread GitBox
ronething opened a new pull request, #8558: URL: https://github.com/apache/apisix/pull/8558 ### Description Fixes #8413 i deploy a new redis-cluster enable tls with docker-compose, and add connect_opts to redis-cluster config. ### Checklist - [x] I ha

[GitHub] [apisix] kingluo opened a new pull request, #8557: fix: define destroy() to close protos

2022-12-22 Thread GitBox
kingluo opened a new pull request, #8557: URL: https://github.com/apache/apisix/pull/8557 ### Description Fixes #8519 ### Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features

[GitHub] [apisix] kingluo opened a new pull request, #8556: bugfix: unregister timer when snowflake etcd keepalive failed

2022-12-22 Thread GitBox
kingluo opened a new pull request, #8556: URL: https://github.com/apache/apisix/pull/8556 ### Description Fixes #8520 ### Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features

[GitHub] [apisix] crazyMonkey1995 opened a new issue, #8555: bug: After kafka restarts (for some reason), kafka-logger no longer reports logs

2022-12-22 Thread GitBox
crazyMonkey1995 opened a new issue, #8555: URL: https://github.com/apache/apisix/issues/8555 ### Current Behavior After kafka restarts (for some reason), kafka-logger no longer reports logs. I think the problem may be that the kafka client does not have refresh_interval related con

[GitHub] [apisix] zhixiongdu027 commented on issue #8489: bug: 使用k8s服务发现功能,出现偶发pod ip不更新情况导致请求到已关闭的pod ip

2022-12-22 Thread GitBox
zhixiongdu027 commented on issue #8489: URL: https://github.com/apache/apisix/issues/8489#issuecomment-1363575167 请问有什么发现吗 @chenjinxuan -- 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 specif

[apisix-helm-chart] branch gh-pages updated: Update index.yaml

2022-12-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git The following commit(s) were added to refs/heads/gh-pages by this push: new 50db4f1 Update index.yaml 50

[apisix-helm-chart] tag apisix-ingress-controller-0.11.1 created (now e3b16cb)

2022-12-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag apisix-ingress-controller-0.11.1 in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git at e3b16cb (commit) No new revisions were added by this update.

[apisix-helm-chart] branch master updated: fix: Bad configuration items cause incompatible Ingress and apisix (#424)

2022-12-22 Thread alinsran
This is an automated email from the ASF dual-hosted git repository. alinsran pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git The following commit(s) were added to refs/heads/master by this push: new e3b16cb fix: Bad configuration ite

[GitHub] [apisix-helm-chart] AlinsRan merged pull request #424: fix: Bad configuration items cause incompatible Ingress and apisix

2022-12-22 Thread GitBox
AlinsRan merged PR #424: URL: https://github.com/apache/apisix-helm-chart/pull/424 -- 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: notifications-unsubsc

[GitHub] [apisix-helm-chart] AlinsRan closed issue #423: bug: Bad configuration results in incompatibility between APISIX and Ingress Controller.

2022-12-22 Thread GitBox
AlinsRan closed issue #423: bug: Bad configuration results in incompatibility between APISIX and Ingress Controller. URL: https://github.com/apache/apisix-helm-chart/issues/423 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [apisix] zhixiongdu027 commented on issue #7026: help request: Set upstream discovery kubernetes type not work.

2022-12-22 Thread GitBox
zhixiongdu027 commented on issue #7026: URL: https://github.com/apache/apisix/issues/7026#issuecomment-1363570068 So far, the faults in the use of kubernetes discovery that I have found mainly include four aspects: 1. Using kubernetes discovery in version 2.13, if the configuration va

[GitHub] [apisix-ingress-controller] AlinsRan opened a new issue, #1552: doc: plugin related documentation is required

2022-12-22 Thread GitBox
AlinsRan opened a new issue, #1552: URL: https://github.com/apache/apisix-ingress-controller/issues/1552 The current plugin usage document, including the reuse of plug-in configuration, is missing. There are relevant use examples in e2e: * https://github.com/apache/apisix-ingress-con

[GitHub] [apisix] tzssangglass commented on issue #7026: help request: Set upstream discovery kubernetes type not work.

2022-12-22 Thread GitBox
tzssangglass commented on issue #7026: URL: https://github.com/apache/apisix/issues/7026#issuecomment-1363533273 Getting more debug logs by: https://github.com/apache/apisix/issues/7026#issuecomment-1124499372 helps us to determine if it is the same issue. -- This is an automated messag

[apisix-helm-chart] tag apisix-0.12.0 created (now 064c6c1)

2022-12-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to tag apisix-0.12.0 in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git at 064c6c1 (commit) No new revisions were added by this update.

[apisix-helm-chart] branch gh-pages updated: Update index.yaml

2022-12-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git The following commit(s) were added to refs/heads/gh-pages by this push: new b3f7754 Update index.yaml b3

[apisix-helm-chart] branch master updated: feat: upgrade APISIX to 3.0.0 (#422)

2022-12-22 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-helm-chart.git The following commit(s) were added to refs/heads/master by this push: new 064c6c1 feat: upgrade APISIX to

[GitHub] [apisix-helm-chart] spacewander merged pull request #422: feat: upgrade APISIX to 3.0.0

2022-12-22 Thread GitBox
spacewander merged PR #422: URL: https://github.com/apache/apisix-helm-chart/pull/422 -- 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: notifications-unsu

[apisix-website] branch master updated: add four blogs and update two old blogs tags (#1453)

2022-12-22 Thread young
This is an automated email from the ASF dual-hosted git repository. young 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 2c616d69dff add four blogs and update two

[GitHub] [apisix-website] SkyeYoung merged pull request #1453: add four blogs and update two old blogs tags

2022-12-22 Thread GitBox
SkyeYoung merged PR #1453: URL: https://github.com/apache/apisix-website/pull/1453 -- 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: notifications-unsubsc

[GitHub] [apisix-ingress-controller] codecov-commenter commented on pull request #1551: fix: Bad configuration item: apisix-admin-api-version

2022-12-22 Thread GitBox
codecov-commenter commented on PR #1551: URL: https://github.com/apache/apisix-ingress-controller/pull/1551#issuecomment-1363520754 # [Codecov](https://codecov.io/gh/apache/apisix-ingress-controller/pull/1551?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaig

[apisix] branch master updated (871d05e51 -> ccffa0e8d)

2022-12-22 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git from 871d05e51 ci: add missing file in GM cron test (#8550) add ccffa0e8d feat: interact etcd via gRPC before Ngi

[GitHub] [apisix] spacewander merged pull request #8548: feat: interact etcd via gRPC before Nginx starts

2022-12-22 Thread GitBox
spacewander merged PR #8548: URL: https://github.com/apache/apisix/pull/8548 -- 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: notifications-unsubscr...@a

[GitHub] [apisix-ingress-controller] github-actions[bot] commented on pull request #1324: e2e: add ns and ingressclass case

2022-12-22 Thread GitBox
github-actions[bot] commented on PR #1324: URL: https://github.com/apache/apisix-ingress-controller/pull/1324#issuecomment-1363498930 This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 30 days if no further activity occurs. If you think that's inc

[GitHub] [apisix] An-DJ commented on issue #8547: help request: Errors are reported by different consumers pointing to different published routes

2022-12-22 Thread GitBox
An-DJ commented on issue #8547: URL: https://github.com/apache/apisix/issues/8547#issuecomment-1363480313 > @An-DJ Would you help me to look up this issue? Thanks! plz assign to me : ) -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [apisix] spacewander commented on issue #8547: help request: Errors are reported by different consumers pointing to different published routes

2022-12-22 Thread GitBox
spacewander commented on issue #8547: URL: https://github.com/apache/apisix/issues/8547#issuecomment-1363474664 @An-DJ Would you help me to look up this issue? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [apisix] caibirdme commented on issue #8554: bug: discovery/dns cause panic

2022-12-22 Thread GitBox
caibirdme commented on issue #8554: URL: https://github.com/apache/apisix/issues/8554#issuecomment-1362990820 When I use nodes directly rather than dns service_name, it works as expected. So I think this might be a bug of discovery/dns ```yaml stream_routes: - server_port:

[GitHub] [apisix] caibirdme opened a new issue, #8554: bug: discovery/dns cause panic

2022-12-22 Thread GitBox
caibirdme opened a new issue, #8554: URL: https://github.com/apache/apisix/issues/8554 ### Current Behavior 1. config dns dicovery in config.yaml: ```yaml discovery: dns: servers: - 9.166.239.254:53 # k8s coredns svc ``` 2. config tcp proxy: ```yaml

[GitHub] [apisix] ronething closed pull request #8553: feat: redis cluster support tls/ssl

2022-12-22 Thread GitBox
ronething closed pull request #8553: feat: redis cluster support tls/ssl URL: https://github.com/apache/apisix/pull/8553 -- 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 unsu

[GitHub] [apisix] ronething opened a new pull request, #8553: feat: redis cluster support tls/ssl

2022-12-22 Thread GitBox
ronething opened a new pull request, #8553: URL: https://github.com/apache/apisix/pull/8553 ### Description Fixes # (issue) ### Checklist - [ ] I have explained the need for this PR and the problem it solves - [ ] I have explained the changes or the new fea

[GitHub] [apisix-ingress-controller] AlinsRan opened a new pull request, #1551: fix: Bad configuration item:

2022-12-22 Thread GitBox
AlinsRan opened a new pull request, #1551: URL: https://github.com/apache/apisix-ingress-controller/pull/1551 ### Type of change: - [ ] Bugfix - [ ] New feature provided - [ ] Improve performance - [ ] Backport patches ### What this PR does / why we need

[GitHub] [apisix-helm-chart] AlinsRan opened a new pull request, #424: fix: apisix admin-api version

2022-12-22 Thread GitBox
AlinsRan opened a new pull request, #424: URL: https://github.com/apache/apisix-helm-chart/pull/424 Close: #423 -- 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 unsubscr

[GitHub] [apisix-helm-chart] AlinsRan opened a new issue, #423: bug: Incorrect configuration results in incompatibility between APISIX and Ingress Controller.

2022-12-22 Thread GitBox
AlinsRan opened a new issue, #423: URL: https://github.com/apache/apisix-helm-chart/issues/423 Ref: https://github.com/apache/apisix-ingress-controller/blob/master/pkg/config/config.go#L107 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [apisix-ingress-controller] navendu-pottekkat opened a new pull request, #1550: update tutorial on installing APISIX in Kubernetes

2022-12-22 Thread GitBox
navendu-pottekkat opened a new pull request, #1550: URL: https://github.com/apache/apisix-ingress-controller/pull/1550 Signed-off-by: Navendu Pottekkat Update tutorial on installing APISIX in Kubernetes. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] github-actions[bot] commented on issue #6005: bug: error happened when using core.etcd:getkey

2022-12-22 Thread GitBox
github-actions[bot] commented on issue #6005: URL: https://github.com/apache/apisix/issues/6005#issuecomment-1362644050 This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simp

[GitHub] [apisix] github-actions[bot] commented on issue #6021: bug: in Orchestration, OpenID-Connect Plug-in Properties Timeout does not set, there will be an error

2022-12-22 Thread GitBox
github-actions[bot] commented on issue #6021: URL: https://github.com/apache/apisix/issues/6021#issuecomment-1362644093 This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simp

[GitHub] [apisix] github-actions[bot] commented on issue #5981: request help: routed again after cutting off the path

2022-12-22 Thread GitBox
github-actions[bot] commented on issue #5981: URL: https://github.com/apache/apisix/issues/5981#issuecomment-1362644004 This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simp

[GitHub] [apisix-helm-chart] spacewander opened a new pull request, #422: feat: upgrade APISIX to 3.0.0

2022-12-22 Thread GitBox
spacewander opened a new pull request, #422: URL: https://github.com/apache/apisix-helm-chart/pull/422 Signed-off-by: spacewander -- 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 com

[GitHub] [apisix] tokers commented on issue #8552: help request: Service discovery uses K8S to start an error report ,endpoints is forbidden 403

2022-12-22 Thread GitBox
tokers commented on issue #8552: URL: https://github.com/apache/apisix/issues/8552#issuecomment-1362606588 @robertluoxu The service account should have permission for listing, watching, and getting endpoints from API Server. -- This is an automated message from the Apache Git Service. To

[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1453: add four blogs and update two old blogs tags

2022-12-22 Thread GitBox
SylviaBABY commented on code in PR #1453: URL: https://github.com/apache/apisix-website/pull/1453#discussion_r1055250725 ## blog/zh/blog/2022/12/19/amazonlambda-with-apisix copy.md: ## @@ -0,0 +1,150 @@ +--- +title: "为什么 APISIX Ingress 是比 Traefik 更好的选择?" Review Comment: this

[GitHub] [apisix] robertluoxu commented on issue #7026: help request: Set upstream discovery kubernetes type not work.

2022-12-22 Thread GitBox
robertluoxu commented on issue #7026: URL: https://github.com/apache/apisix/issues/7026#issuecomment-1362573625 i have new quesion , apisix version :2.15.0 -- 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] robertluoxu commented on issue #7650: help request:about 503 Service Temporarily Unavailable

2022-12-22 Thread GitBox
robertluoxu commented on issue #7650: URL: https://github.com/apache/apisix/issues/7650#issuecomment-1362572269 i hava new question -- 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 co

[GitHub] [apisix-website] netlify[bot] commented on pull request #1453: add four blogs and update two old blogs tags

2022-12-22 Thread GitBox
netlify[bot] commented on PR #1453: URL: https://github.com/apache/apisix-website/pull/1453#issuecomment-1362566955 ### 👷 Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |🔨 Latest commit | b1624ed8

[GitHub] [apisix-website] KID-G opened a new pull request, #1453: add four blogs and update two old blogs tags

2022-12-22 Thread GitBox
KID-G opened a new pull request, #1453: URL: https://github.com/apache/apisix-website/pull/1453 Changes: add four blogs and update two old blogs tags -- 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