You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runs Apache APISIX plugins written in Java.
Implemented as a sidecar that accompanies APISIX.
Status
This project is generally available.
Why apisix-java-plugin-runner
APISIX offers many full-featured plugins covering areas such as authentication,
security, traffic control, serverless, analytics & monitoring, transformations, logging.
It also provides highly extensible API, allowing common phases to be mounted,
and users can use these api to develop their own plugins.
this project is APISIX Java side implementation that supports writing plugins in java.
See How it Works to learn how apisix-java-plugin-runner collaborate
with APISIX to run plugins written in java.
The Internal of apisix-java-plugin-runner
If you're interested in the internal of apisix-java-plugin-runner, we recommend you
to read the the-internal-of-apisix-java-plugin-runner,
it explains the details of communication and protocol conversion with APISIX.
Get Involved in Development
Welcome to make contributions, but before you start, please check out
development.md to learn how to run and debug apisix-java-plugin-runner
in your own environment.