Re: [I] bug: The exception node cannot be removed when the upstream is LB or domain [apisix]

2023-12-31 Thread via GitHub
sheharyaar commented on issue #10624: URL: https://github.com/apache/apisix/issues/10624#issuecomment-1873178635 I was able to reproduce the issue, but this is not a bug, APISIX can only be aware of a failed node once it is unable to connect to the service, so ignoring the bad nodes even th

Re: [I] help request: dubbo-proxy can't find dubbo service [apisix]

2023-12-31 Thread via GitHub
sheharyaar commented on issue #10648: URL: https://github.com/apache/apisix/issues/10648#issuecomment-1873177582 I am sorry @mayunSaicmotor , I am currently busy with another high priority bug, I will have to look at it later. -- This is an automated message from the Apache Git Service. T

Re: [I] help request: dubbo-proxy can't find dubbo service [apisix]

2023-12-31 Thread via GitHub
mayunSaicmotor commented on issue #10648: URL: https://github.com/apache/apisix/issues/10648#issuecomment-1873166175 Dear @sheharyaar ,Any update?Still waiting for response. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[PR] chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.18.0 [apisix-ingress-controller]

2023-12-31 Thread via GitHub
dependabot[bot] opened a new pull request, #2119: URL: https://github.com/apache/apisix-ingress-controller/pull/2119 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.18.0. Release notes Sourced from https://github.com/promet

(apisix-ingress-controller) branch dependabot/go_modules/github.com/prometheus/client_golang-1.17.0 deleted (was ef4d937f)

2023-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/prometheus/client_golang-1.17.0 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git was ef4d937f chore(deps): bump github.co

Re: [PR] chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 [apisix-ingress-controller]

2023-12-31 Thread via GitHub
dependabot[bot] closed pull request #1995: chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 URL: https://github.com/apache/apisix-ingress-controller/pull/1995 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

Re: [PR] chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 [apisix-ingress-controller]

2023-12-31 Thread via GitHub
dependabot[bot] commented on PR #1995: URL: https://github.com/apache/apisix-ingress-controller/pull/1995#issuecomment-1873161711 Superseded by #2119. -- 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 g

(apisix-ingress-controller) branch dependabot/go_modules/github.com/prometheus/client_golang-1.18.0 created (now 19051013)

2023-12-31 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/go_modules/github.com/prometheus/client_golang-1.18.0 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git at 19051013 chore(deps): bump github.co

Re: [PR] chore: move events sock path to conf [apisix]

2023-12-31 Thread via GitHub
shreemaan-abhishek commented on PR #10732: URL: https://github.com/apache/apisix/pull/10732#issuecomment-1873119322 > This PR itself mentions issues that we should be wary of, But your changes don't introduce these problems, do they? What I am trying to say is, this problem can arise

[PR] feat: Add schema attribute definition for some log plug-ins [apisix]

2023-12-31 Thread via GitHub
smileby opened a new pull request, #10738: URL: https://github.com/apache/apisix/pull/10738 ### Description fixed #9190 Add schema attribute definition for some log plug-ins. schema attribute details as follows Add `include_req_body` and `include_req_body_expr` attrib

Re: [PR] docs: add new blog about proxy Kafka by APISIX [apisix-website]

2023-12-31 Thread via GitHub
pottekkat commented on code in PR #1750: URL: https://github.com/apache/apisix-website/pull/1750#discussion_r143152 ## blog/en/blog/2023/12/26/access-kafka-by-apisix.md: ## @@ -0,0 +1,271 @@ +--- +title: Access the Kafka Cluster by APISIX Gateway +authors: + - name: Meng Ya

Re: [I] [Site] Search Icon overlays Dark Mode toggle in mobile view [apisix-website]

2023-12-31 Thread via GitHub
siyaramaa commented on issue #1719: URL: https://github.com/apache/apisix-website/issues/1719#issuecomment-1872941374 @SkyeYoung Hi, it looks like the issue with the search icon overlapping the theme toggle button is only happening when initially opening the page on desktop and switching t

[I] Can not search routes by plugin name [apisix-dashboard]

2023-12-31 Thread via GitHub
amyrprv opened a new issue, #2907: URL: https://github.com/apache/apisix-dashboard/issues/2907 ### Issue description In the routes page when I searched by plugin-name nothing happened. ### Expected behavior Filter routes result which has that specific plugin. ### H