[GitHub] [apisix] abehnamfard commented on issue #8721: help request: Routes returns timeout in high request

2023-01-27 Thread via GitHub
abehnamfard commented on issue #8721: URL: https://github.com/apache/apisix/issues/8721#issuecomment-1407324690 A upstream: `{ "nodes": [ { "host": "172.18.26.6", "port": 3001, "weight": 1 } ], "timeout": { "connect": 6,

[GitHub] [apisix] ronething commented on a diff in pull request #8693: feat: support send error-log to kafka brokers

2023-01-27 Thread via GitHub
ronething commented on code in PR #8693: URL: https://github.com/apache/apisix/pull/8693#discussion_r1089675533 ## apisix/plugins/error-log-logger.lua: ## @@ -272,6 +333,52 @@ local function send_to_clickhouse(log_message) end +local function create_producer(broker_list, br

[apisix-dashboard] branch master updated: Revert "feat: release 2.16.0 (#2719)" (#2721)

2023-01-27 Thread baoyuan
This is an automated email from the ASF dual-hosted git repository. baoyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git The following commit(s) were added to refs/heads/master by this push: new 7ce75b9b1 Revert "feat: release 2.16.

[GitHub] [apisix-dashboard] Baoyuantop merged pull request #2721: Revert "feat: release 2.16.0"

2023-01-27 Thread via GitHub
Baoyuantop merged PR #2721: URL: https://github.com/apache/apisix-dashboard/pull/2721 -- 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

[GitHub] [apisix] ronething commented on a diff in pull request #8693: feat: support send error-log to kafka brokers

2023-01-27 Thread via GitHub
ronething commented on code in PR #8693: URL: https://github.com/apache/apisix/pull/8693#discussion_r1089675533 ## apisix/plugins/error-log-logger.lua: ## @@ -272,6 +333,52 @@ local function send_to_clickhouse(log_message) end +local function create_producer(broker_list, br

[GitHub] [apisix] mscb402 commented on issue #8721: help request: Routes returns timeout in high request

2023-01-27 Thread via GitHub
mscb402 commented on issue #8721: URL: https://github.com/apache/apisix/issues/8721#issuecomment-1407322925 Can you share your JSON config about the upstream/route for us? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [apisix] ronething commented on a diff in pull request #8693: feat: support send error-log to kafka brokers

2023-01-27 Thread via GitHub
ronething commented on code in PR #8693: URL: https://github.com/apache/apisix/pull/8693#discussion_r1089675533 ## apisix/plugins/error-log-logger.lua: ## @@ -272,6 +333,52 @@ local function send_to_clickhouse(log_message) end +local function create_producer(broker_list, br

[GitHub] [apisix] xiaoxuanzi commented on a diff in pull request #8604: feat(elasticsearch-logger): support multi elasticsearch endpoints(#8431)

2023-01-27 Thread via GitHub
xiaoxuanzi commented on code in PR #8604: URL: https://github.com/apache/apisix/pull/8604#discussion_r1089675336 ## t/plugin/elasticsearch-logger.t: ## @@ -515,3 +515,39 @@ apisix: --- response_body 123456 PTQvJEaPcNOXcOHeErC0XQ== + + + +=== TEST 13: add plugin on routes usin

[GitHub] [apisix] abehnamfard commented on issue #8721: help request: Routes returns timeout in high request

2023-01-27 Thread via GitHub
abehnamfard commented on issue #8721: URL: https://github.com/apache/apisix/issues/8721#issuecomment-1407321595 Thank you for your response. Let me explain my problem with an example. I have two upstreams A & B. A response in no time and it is very fast. But B is kind of slow and

[GitHub] [apisix-website] guoqqqi commented on pull request #1486: feat: add how to contribute

2023-01-27 Thread via GitHub
guoqqqi commented on PR #1486: URL: https://github.com/apache/apisix-website/pull/1486#issuecomment-1407320196 Hello, @Boburmirzo You can see how the page looks via the preview link. At the moment we still need a Google form to collect information from contributors https://deploy-preview

[GitHub] [apisix-website] MirtoBusico commented on pull request #1468: Add blog post "Accessing Apisix-dashboard from everywhere with Keycloak authentication"

2023-01-27 Thread via GitHub
MirtoBusico commented on PR #1468: URL: https://github.com/apache/apisix-website/pull/1468#issuecomment-1407320139 Sorry, the image was missing. Now it can be found at https://github.com/MirtoBusico/assets-for-blogs/blob/main/k6k11.png Thanks     Mirto

[GitHub] [apisix] ronething commented on a diff in pull request #8693: feat: support send error-log to kafka brokers

2023-01-27 Thread via GitHub
ronething commented on code in PR #8693: URL: https://github.com/apache/apisix/pull/8693#discussion_r1089672424 ## apisix/plugins/error-log-logger.lua: ## @@ -272,6 +333,52 @@ local function send_to_clickhouse(log_message) end +local function create_producer(broker_list, br

[GitHub] [apisix] spacewander commented on a diff in pull request #8681: feat(file-logger): support standard output for file logger plugins

2023-01-27 Thread via GitHub
spacewander commented on code in PR #8681: URL: https://github.com/apache/apisix/pull/8681#discussion_r1089671349 ## t/cli/plugin/test_file_logger_std_output.sh: ## @@ -0,0 +1,84 @@ +#!/usr/bin/env bash + +# +# Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [apisix] xiaoxuanzi commented on a diff in pull request #8604: feat(elasticsearch-logger): support multi elasticsearch endpoints(#8431)

2023-01-27 Thread via GitHub
xiaoxuanzi commented on code in PR #8604: URL: https://github.com/apache/apisix/pull/8604#discussion_r1089671282 ## apisix/plugins/elasticsearch-logger.lua: ## @@ -23,18 +23,35 @@ local plugin = require("apisix.plugin") local ngx = ngx local str_format

[GitHub] [apisix] spacewander commented on a diff in pull request #8681: feat(file-logger): support standard output for file logger plugins

2023-01-27 Thread via GitHub
spacewander commented on code in PR #8681: URL: https://github.com/apache/apisix/pull/8681#discussion_r1089671165 ## t/cli/plugin/test_file_logger_std_output.sh: ## @@ -0,0 +1,75 @@ +#!/usr/bin/env bash + +# +# Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [apisix-website] netlify[bot] commented on pull request #1486: feat: add how to contribute

2023-01-27 Thread netlify
netlify[bot] commented on PR #1486: URL: https://github.com/apache/apisix-website/pull/1486#issuecomment-1407316308 ### 👷 Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |🔨 Latest commit | 917ec033

[GitHub] [apisix-website] guoqqqi opened a new pull request, #1486: feat: add how to contribute

2023-01-27 Thread via GitHub
guoqqqi opened a new pull request, #1486: URL: https://github.com/apache/apisix-website/pull/1486 Fixes: #1440 Changes: Screenshots of the change: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [apisix] mscb402 commented on issue #8721: help request: Routes returns timeout in high request

2023-01-27 Thread via GitHub
mscb402 commented on issue #8721: URL: https://github.com/apache/apisix/issues/8721#issuecomment-1407315160 I don't get it. Could you provide more detail about your problem? The health check may be what you want. https://apisix.apache.org/docs/apisix/tutorials/health-check/ -- This is an

[GitHub] [apisix] spacewander commented on a diff in pull request #8693: feat: support send error-log to kafka brokers

2023-01-27 Thread via GitHub
spacewander commented on code in PR #8693: URL: https://github.com/apache/apisix/pull/8693#discussion_r1089666161 ## apisix/plugins/error-log-logger.lua: ## @@ -272,6 +333,52 @@ local function send_to_clickhouse(log_message) end +local function create_producer(broker_list,

[GitHub] [apisix] mscb402 commented on issue #8726: help request: How to make session of plugin openid-connect longer?

2023-01-27 Thread via GitHub
mscb402 commented on issue #8726: URL: https://github.com/apache/apisix/issues/8726#issuecomment-1407313872 Can you share you config? -- 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] spacewander commented on a diff in pull request #8604: feat(elasticsearch-logger): support multi elasticsearch endpoints(#8431)

2023-01-27 Thread via GitHub
spacewander commented on code in PR #8604: URL: https://github.com/apache/apisix/pull/8604#discussion_r1089663145 ## docs/en/latest/plugins/elasticsearch-logger.md: ## @@ -53,6 +53,8 @@ This Plugin supports using batch processors to aggregate and process entries (lo ## Enabl

[GitHub] [apisix] spacewander commented on pull request #8716: feat(clickhouse-logger): unify endpoints into one schema

2023-01-27 Thread via GitHub
spacewander commented on PR #8716: URL: https://github.com/apache/apisix/pull/8716#issuecomment-1407310291 Please make the CI pass, thanks! -- 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

[GitHub] [apisix] Neilblaze commented on issue #8729: docs: tutorial expose your service can not work

2023-01-27 Thread via GitHub
Neilblaze commented on issue #8729: URL: https://github.com/apache/apisix/issues/8729#issuecomment-1407309570 Yep, it's the same for me! I'd like to take this up. 😄 @navendu-pottekkat can you assign me this? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] Neilblaze commented on issue #8715: docs: consolidate deployment modes guides

2023-01-27 Thread via GitHub
Neilblaze commented on issue #8715: URL: https://github.com/apache/apisix/issues/8715#issuecomment-1407308617 > I suggest combining the `Standalone` into the `Deployment Mode` page and removing the `standalone` page. @juzhiyuan Thanks! I think, I did exactly what you mentioned in — #8

[GitHub] [apisix] spacewander commented on pull request #8699: feat(k8s-discovery): support mTLS

2023-01-27 Thread via GitHub
spacewander commented on PR #8699: URL: https://github.com/apache/apisix/pull/8699#issuecomment-1407303413 Please make the CI pass, thanks! -- 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

[GitHub] [apisix] juzhiyuan commented on issue #8715: docs: consolidate deployment modes guides

2023-01-27 Thread via GitHub
juzhiyuan commented on issue #8715: URL: https://github.com/apache/apisix/issues/8715#issuecomment-1407303091 > @Neilblaze Sounds good. Where will we move it outside "Others"? It might be a difficult ask, so probably, we can keep it in there right now and look at it in the future. // @juzhi

[GitHub] [apisix] spacewander commented on a diff in pull request #8718: fix(proxy-mirror): use with uri rewrite

2023-01-27 Thread via GitHub
spacewander commented on code in PR #8718: URL: https://github.com/apache/apisix/pull/8718#discussion_r1089652194 ## t/plugin/proxy-mirror.t: ## @@ -838,3 +838,66 @@ GET /hello?a=1 hello world --- error_log uri: /a/hello?a=1 + + + +=== TEST 30: use proxy-rewrite to change uri

[GitHub] [apisix] spacewander commented on a diff in pull request #8722: feat: Support clickhouse-logger plugin log option of request/response body

2023-01-27 Thread via GitHub
spacewander commented on code in PR #8722: URL: https://github.com/apache/apisix/pull/8722#discussion_r1089651128 ## t/plugin/clickhouse-logger2.t: ## @@ -0,0 +1,244 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. S

[GitHub] [apisix] spacewander commented on a diff in pull request #8699: feat(k8s-discovery): support mTLS

2023-01-27 Thread via GitHub
spacewander commented on code in PR #8699: URL: https://github.com/apache/apisix/pull/8699#discussion_r1089649133 ## .github/workflows/kubernetes-ci.yml: ## @@ -68,6 +68,20 @@ jobs: echo 'KUBERNETES_CLIENT_TOKEN='"${KUBERNETES_CLIENT_TOKEN_CONTENT}" echo 'K

[GitHub] [apisix-dashboard] codecov-commenter commented on pull request #2721: Revert "feat: release 2.16.0"

2023-01-27 Thread via GitHub
codecov-commenter commented on PR #2721: URL: https://github.com/apache/apisix-dashboard/pull/2721#issuecomment-1407299442 # [Codecov](https://codecov.io/gh/apache/apisix-dashboard/pull/2721?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_

[GitHub] [apisix-dashboard] Baoyuantop opened a new pull request, #2721: Revert "feat: release 2.16.0"

2023-01-27 Thread via GitHub
Baoyuantop opened a new pull request, #2721: URL: https://github.com/apache/apisix-dashboard/pull/2721 Reverts apache/apisix-dashboard#2719 -- 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-dashboard] 01/01: Revert "feat: release 2.16.0 (#2719)"

2023-01-27 Thread baoyuan
This is an automated email from the ASF dual-hosted git repository. baoyuan pushed a commit to branch revert-2719-release-300 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git commit 2eff2099d5f6b987b276d7f41764aa69b28068a0 Author: Baoyuan AuthorDate: Sat Jan 28 13:34:01 202

[apisix-dashboard] branch revert-2719-release-300 created (now 2eff2099d)

2023-01-27 Thread baoyuan
This is an automated email from the ASF dual-hosted git repository. baoyuan pushed a change to branch revert-2719-release-300 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git at 2eff2099d Revert "feat: release 2.16.0 (#2719)" This branch includes the following new co

[GitHub] [apisix] zlhgo commented on issue #8682: bug: apisix 3.x lost config cache values after etcd compacted

2023-01-27 Thread via GitHub
zlhgo commented on issue #8682: URL: https://github.com/apache/apisix/issues/8682#issuecomment-1407280254 @tokers 为啥就没人理我呢。 -- 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.

[GitHub] [apisix] ronething opened a new issue, #8729: docs: tutorial expose your service can not work

2023-01-27 Thread via GitHub
ronething opened a new issue, #8729: URL: https://github.com/apache/apisix/issues/8729 ### Current State https://apisix.apache.org/docs/apisix/tutorials/expose-api/#expose-your-service after step1 and step2, when execute step3 Test ``` curl -i -X GET "http://127.0.0.1

[GitHub] [apisix] spacewander commented on pull request #8453: chore: update the default HTTP router

2023-01-27 Thread via GitHub
spacewander commented on PR #8453: URL: https://github.com/apache/apisix/pull/8453#issuecomment-1407270652 > > Because you modified the default router, it will cause some test cases to fail. > > So you also need to change the test case at the same time, specify `radixtree_uri` for the fa

[GitHub] [apisix] ronething commented on pull request #8633: feat: stream subsystem support consul_kv service discovery

2023-01-27 Thread via GitHub
ronething commented on PR #8633: URL: https://github.com/apache/apisix/pull/8633#issuecomment-1407267306 @spacewander @soulbird Could you please take a look, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [apisix] mscb402 commented on issue #8709: help request: Setting up routing path

2023-01-27 Thread via GitHub
mscb402 commented on issue #8709: URL: https://github.com/apache/apisix/issues/8709#issuecomment-1407264945 @spacewander Do you have any idea what is happening? I'm confused too -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [apisix] spacewander opened a new pull request, #8727: release: backport commits to 2.15

2023-01-27 Thread via GitHub
spacewander opened a new pull request, #8727: URL: https://github.com/apache/apisix/pull/8727 Fixes #7839### Description Fixes # (issue) ### Checklist - [ ] I have explained the need for this PR and the problem it solves - [ ] I have explained the changes o

[GitHub] [apisix] spacewander commented on issue #8686: feat: As a user, I want to the consumer support openid-connect plugin as an auth plugin, so that we can use openid-connect plugin to config cons

2023-01-27 Thread via GitHub
spacewander commented on issue #8686: URL: https://github.com/apache/apisix/issues/8686#issuecomment-1407256530 `openid-connect` will get the user info from an external provider. And APISIX's consumer requires to know the user info and bind the auth plugin with them. So there are two questi

[GitHub] [apisix] Lewisyixin opened a new issue, #8726: help request: How to make session of plugin openid-connect longer?

2023-01-27 Thread via GitHub
Lewisyixin opened a new issue, #8726: URL: https://github.com/apache/apisix/issues/8726 ### Description It seems session created by openid-connect is less than 2min. When using web site with ajax will be embarrassing(Such kibana, dev tools. We have to flush browser if we didn't use i

[GitHub] [apisix-ingress-controller] github-actions[bot] closed issue #1187: bug: If the admin API responds too slowly, it cannot guarantee the order in which requests are processed

2023-01-27 Thread github-actions
github-actions[bot] closed issue #1187: bug: If the admin API responds too slowly, it cannot guarantee the order in which requests are processed URL: https://github.com/apache/apisix-ingress-controller/issues/1187 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix-ingress-controller] github-actions[bot] commented on issue #1187: bug: If the admin API responds too slowly, it cannot guarantee the order in which requests are processed

2023-01-27 Thread github-actions
github-actions[bot] commented on issue #1187: URL: https://github.com/apache/apisix-ingress-controller/issues/1187#issuecomment-1407243811 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at

[GitHub] [apisix] spacewander commented on a diff in pull request #8660: change(jwt-auth): unify apisix/core/vault.lua and apisix/secret/vault.lua

2023-01-27 Thread via GitHub
spacewander commented on code in PR #8660: URL: https://github.com/apache/apisix/pull/8660#discussion_r1089581139 ## apisix/plugins/jwt-auth.lua: ## @@ -274,32 +234,16 @@ end local function get_rsa_or_ecdsa_keypair(conf, consumer_name) local public_key = conf.public_key

[GitHub] [apisix] spacewander commented on issue #8705: feat: As a user, I want file-logger plugin support record response body in a custom format, so that make the log format more flexible

2023-01-27 Thread via GitHub
spacewander commented on issue #8705: URL: https://github.com/apache/apisix/issues/8705#issuecomment-1407239901 LGTM -- 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-website] Yilialinn commented on pull request #1468: Add blog post "Accessing Apisix-dashboard from everywhere with Keycloak authentication"

2023-01-27 Thread via GitHub
Yilialinn commented on PR #1468: URL: https://github.com/apache/apisix-website/pull/1468#issuecomment-1407239564 > Yes the images are at https://github.com/MirtoBusico/assets-for-blogs > […](#) > On 20/01/23 10:50, Yilia wrote: @MirtoBusico Hello, the p

[GitHub] [apisix] spacewander commented on pull request #8651: fix: fix fetch all service info from consul

2023-01-27 Thread via GitHub
spacewander commented on PR #8651: URL: https://github.com/apache/apisix/pull/8651#issuecomment-1407233717 https://github.com/apache/apisix/pull/8651#discussion_r1073064191 It seems there are still indentation issues. Some places use 8-spaces indentation instead of 4. -- This is an aut

[apisix] branch master updated: feat: stream subsystem support kubernetes service discovery (#8640)

2023-01-27 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 9c899b876 feat: stream subsystem support ku

[GitHub] [apisix] spacewander merged pull request #8640: feat: stream subsystem support kubernetes service discovery

2023-01-27 Thread via GitHub
spacewander merged PR #8640: URL: https://github.com/apache/apisix/pull/8640 -- 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] spacewander closed issue #7779: feat: As a user, I want to support service discovery in the stream subsystem

2023-01-27 Thread via GitHub
spacewander closed issue #7779: feat: As a user, I want to support service discovery in the stream subsystem URL: https://github.com/apache/apisix/issues/7779 -- 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-docker] spacewander commented on a diff in pull request #412: fix: apisix config etcd indent error

2023-01-27 Thread via GitHub
spacewander commented on code in PR #412: URL: https://github.com/apache/apisix-docker/pull/412#discussion_r1089573685 ## example/apisix_conf/config.yaml: ## @@ -38,11 +38,11 @@ deployment: key: 4054f7cf07e344346cd3f287985e76a2 role: viewer - etcd: -host

[GitHub] [apisix] shreemaan-abhishek closed pull request #8723: ignore (just to test if CI working properly on master)

2023-01-27 Thread via GitHub
shreemaan-abhishek closed pull request #8723: ignore (just to test if CI working properly on master) URL: https://github.com/apache/apisix/pull/8723 -- 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

[apisix-website] branch dependabot/npm_and_yarn/ua-parser-js-0.7.33 created (now c6b96ee4a6e)

2023-01-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/ua-parser-js-0.7.33 in repository https://gitbox.apache.org/repos/asf/apisix-website.git at c6b96ee4a6e chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 No

[GitHub] [apisix-website] netlify[bot] commented on pull request #1485: chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33

2023-01-27 Thread netlify
netlify[bot] commented on PR #1485: URL: https://github.com/apache/apisix-website/pull/1485#issuecomment-1406371983 ### 👷 Deploy Preview for *apache-apisix* processing. | Name | Link | |-|| |🔨 Latest commit | c6b96ee4

[GitHub] [apisix-website] dependabot[bot] opened a new pull request, #1485: chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33

2023-01-27 Thread dependabot
dependabot[bot] opened a new pull request, #1485: URL: https://github.com/apache/apisix-website/pull/1485 Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from https://github.com/faisalman/ua-parser-js/blob/master/changelog.md

[GitHub] [apisix-docker] tokers commented on issue #410: Possible fix in entrypoint.sh - hardcoded path

2023-01-27 Thread via GitHub
tokers commented on issue #410: URL: https://github.com/apache/apisix-docker/issues/410#issuecomment-1406361110 @sbrouet Thanks! It's really useful! -- 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 t

[GitHub] [apisix-docker] tokers commented on issue #383: etcd connection refused

2023-01-27 Thread via GitHub
tokers commented on issue #383: URL: https://github.com/apache/apisix-docker/issues/383#issuecomment-1406360472 It may relate to https://github.com/apache/apisix-docker/pull/412. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [apisix] tokers commented on issue #8702: if etcd is down,the apisix not affect service?

2023-01-27 Thread via GitHub
tokers commented on issue #8702: URL: https://github.com/apache/apisix/issues/8702#issuecomment-1406358318 > if etcd clsuter is down,the apisix is cache the configuretion ?if this is ,then apisix will have the cache time,so how much time will be affect if etcd cluster down? Not cache

[GitHub] [apisix] tokers commented on issue #8719: bug: Unable to use memory proxy cache

2023-01-27 Thread via GitHub
tokers commented on issue #8719: URL: https://github.com/apache/apisix/issues/8719#issuecomment-1406356992 @kamsz The memory zone should be defined in APISIX config.yaml? Did you define this? -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [apisix] tokers commented on issue #6954: request help: why the location in response header that returned by APISIX has the 9443 port?

2023-01-27 Thread via GitHub
tokers commented on issue #6954: URL: https://github.com/apache/apisix/issues/6954#issuecomment-1406354356 > Was this fixed on recent releases? Whats the recommended way going forward for this issue? What's your version? Recent releases will check the `X-Forwarded-Port` header, so th

[GitHub] [apisix] tokers commented on issue #8717: help request: access logs can not delete

2023-01-27 Thread via GitHub
tokers commented on issue #8717: URL: https://github.com/apache/apisix/issues/8717#issuecomment-1406353238 > access logs can not delete Could you let me know how you knew this? Do you see extra log files in your file system? In addition, do you see any related APISIX error log entries

[GitHub] [apisix] github-actions[bot] commented on issue #6260: request help: JWT Auth

2023-01-27 Thread github-actions
github-actions[bot] commented on issue #6260: URL: https://github.com/apache/apisix/issues/6260#issuecomment-1406281754 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] closed issue #6198: bug: core.json cannot serialise sparse array if enabled healthcheck

2023-01-27 Thread github-actions
github-actions[bot] closed issue #6198: bug: core.json cannot serialise sparse array if enabled healthcheck URL: https://github.com/apache/apisix/issues/6198 -- 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] github-actions[bot] commented on issue #6198: bug: core.json cannot serialise sparse array if enabled healthcheck

2023-01-27 Thread github-actions
github-actions[bot] commented on issue #6198: URL: https://github.com/apache/apisix/issues/6198#issuecomment-1406281705 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. -- Th

[GitHub] [apisix] github-actions[bot] commented on issue #6189: bug: Error collecting logs with jaeger-collector-agent 9411

2023-01-27 Thread github-actions
github-actions[bot] commented on issue #6189: URL: https://github.com/apache/apisix/issues/6189#issuecomment-1406281659 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. -- Th

[GitHub] [apisix] github-actions[bot] closed issue #6189: bug: Error collecting logs with jaeger-collector-agent 9411

2023-01-27 Thread github-actions
github-actions[bot] closed issue #6189: bug: Error collecting logs with jaeger-collector-agent 9411 URL: https://github.com/apache/apisix/issues/6189 -- 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