Questions tagged [apache-apisix]

48 questions
3
votes
1 answer

If there are 3 etcd nodes, will Apache APISIX still be able to get the configuration if 2 of them fail? Why?

In order to use APISIX I have prepared an etcd cluster with three nodes, I would like to ask that if two nodes fail, can APSIX still get the configuration normally? Also if all the nodes fail will APISIX still work?
Baoyuan
  • 51
  • 1
2
votes
1 answer

Apache apisix : failed to fetch data from etcd

I'm using apisix in container mode in my local machine and I can't get to set routes using the config file, I read the logs and It turned out that the error is fetching data from etcd. logs : 2023-04-29 16:55:07 2023/04/29 16:55:07 [error] 48#48: …
legwana
  • 23
  • 3
2
votes
3 answers

Looking for a suitable API-gateway solution

Our project is undergoing a refactor to a micro-services architecture, and we are currently considering different API gateway solutions. We did our research, looked at the official sites for several solutions, went over some technical comparisons of…
2
votes
1 answer

failed to load the 'resty.core' when loading custom APISIX plugin

I am trying to create a custom lua plugin for the APISIX docker version 2.15.0. I am using the a slightly different apisix example plugin and I am loading it using the instructions in the Developer Guide. However when I am reloading APISIX I get the…
Charalamm
  • 1,547
  • 1
  • 11
  • 27
2
votes
1 answer

How the high performance and low latency of Apache APISIX is achieved

How are the high performance and low latency of Apache APISIX derived? What is its technical implementation?
guoqqqi
  • 31
  • 1
1
vote
1 answer

Apache Apisix state serialization

I want to know if APISIX can load routes/upstreams/consumers basically any ressource within the startup process by using something like a config file? At the moment I only see the option to start APISIX and then call the API to construct the…
Jost
  • 77
  • 6
1
vote
1 answer

How to add a linebreak in test::base/test::nginx/perl test case?

I was writing test cases while implementing a feature in Apache APISIX where I came across a stubborn error where there is an extra linebreak in the "got" part in comparison to the "expected" part. Here is the code for the test: === TEST 8: get…
Shreemaan Abhishek
  • 1,134
  • 1
  • 7
  • 33
1
vote
1 answer

Deploy Apisix on Azure VM and get 404 error when route to App Service

I have used private endpoint to both of vm and app service. In the VM console, it works when using the domain, but it failed when using private IP. $ curl https://myAppService..azurewebsites.net {"result":"Hello World","code":200,"success":true} $…
1
vote
1 answer

ETCD troubles on GKE

I do run a GKE Cluster with 3 Nodes. Beside several application I also deployed the APISIX gateway on the cluster (chart: apisix, repoURL: https://charts.apiseven.com, targetRevision: "0.11.0"), which does deploy an etcd-cluster (version 3.4.14)…
1
vote
2 answers

How to limit service rate through API gateway Apache APISIX?

To prevent malicious attacks, it is necessary to limit the speed of the client. How to implement it through APISIX?
feihan
  • 11
  • 1
1
vote
1 answer

With tens of thousands of upstream users and frequent changes, what are the problems with the current implementation of Apache APISIX How to solve it?

If I have tens of thousands of upstream now and it's changing a lot, how can I use Apisix to better solve this, are there any best practices?
1
vote
0 answers

What features and resources of Apache APISIX are not dynamically loadable?

Apache APISIX is dynamic in nature. What are the resources and features in APISIX that can and cannot be loaded dynamically, and why can't these resources be loaded dynamically?
guoqqqi
  • 31
  • 1
1
vote
1 answer

How to configure Apache APISIX with RSA & ECC dual certificates for the same domain?

I am configuring a certificate for my domain on APISIX and I would like to know how to configure both types of certificates?
Baoyuan
  • 51
  • 1
1
vote
1 answer

In what scenarios is it best to use Helm Chart to install APISIX?

I'm installing APISIX according to this article, which mentions three different installation methods: Docker RPM and helm, I'm somewhat confused about what way is it better to use the helm method to install?
Baoyuan
  • 51
  • 1
1
vote
3 answers

Is Apache apisix java plugin runner production ready

I am trying to implement an API gateway which has java plugin support. Have analyzed Kong, APIMan, APIsix, of which APIsix seems to be the best fit. But when i am trying to see the java plugin support, the github for java plugin runner displays as…
Hatz
  • 56
  • 6
1
2 3 4