fix: convert the conf req to an object and put it in the cache (#73)

5 files changed
tree: cc46d115cc003b9b08890290aa2b96954837d16e
  1. .github/
  2. .mvn/
  3. docs/
  4. runner-core/
  5. runner-dist/
  6. runner-plugin/
  7. runner-plugin-sdk/
  8. runner-starter/
  9. sample/
  10. src/
  11. .asf.yaml
  12. .gitignore
  13. .licenserc.yaml
  14. CHANGELOG.md
  15. HEADER
  16. LICENSE
  17. Makefile
  18. mvnw
  19. mvnw.cmd
  20. NOTICE
  21. pom.xml
  22. README.md
README.md

apisix-java-plugin-runner

Runs Apache APISIX plugins written in Java. Implemented as a sidecar that accompanies APISIX.

apisix-java-plugin-runner-overview

Status

This project is currently considered experimental.

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.

APISIX supports writing plugins in multiple languages in version 2.7.0, this project is APISIX Java side implementation that supports writing plugins in java.

How it Works

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.

License

Apache 2.0 LICENSE