spacewander commented on a change in pull request #17: URL: https://github.com/apache/apisix-java-plugin-runner/pull/17#discussion_r641941971
########## File path: README.md ########## @@ -0,0 +1,50 @@ +apisix-java-plugin-runner +================= + +Runs [Apache APISIX](http://apisix.apache.org/) plugins written in Java. +Implemented as a Sidecar that accompanies APISIX. Review comment: "Sidecar " => "sidecar " ########## File path: README.md ########## @@ -0,0 +1,50 @@ +apisix-java-plugin-runner +================= + +Runs [Apache APISIX](http://apisix.apache.org/) plugins written in Java. +Implemented as a Sidecar that accompanies APISIX. + + + +Status +------ + +This project is currently considered as 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, Review comment: API ########## File path: README.md ########## @@ -0,0 +1,50 @@ +apisix-java-plugin-runner +================= + +Runs [Apache APISIX](http://apisix.apache.org/) plugins written in Java. +Implemented as a Sidecar that accompanies APISIX. + + + +Status +------ + +This project is currently considered as 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.6.0](https://github.com/apache/apisix/blob/master/CHANGELOG.md#260), +this project is APISIX Java side implementation that supports writing plugins in java. + + +How it Works +------------- + +See [How it Works](./docs/how-it-works.md) 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 recommand you +to read the [the-internal-of-apisix-java-plugin-runner](./docs/the-internal-of-apisix-java-plugin-runner.md), +it explains the details of communication and protocol conversion with APISIX. + +Get Involved to Development Review comment: "Involved in" ########## File path: README.md ########## @@ -0,0 +1,50 @@ +apisix-java-plugin-runner +================= + +Runs [Apache APISIX](http://apisix.apache.org/) plugins written in Java. +Implemented as a Sidecar that accompanies APISIX. + + + +Status +------ + +This project is currently considered as 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.6.0](https://github.com/apache/apisix/blob/master/CHANGELOG.md#260), +this project is APISIX Java side implementation that supports writing plugins in java. + + +How it Works +------------- + +See [How it Works](./docs/how-it-works.md) 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 recommand you Review comment: recommend ########## File path: README.md ########## @@ -0,0 +1,50 @@ +apisix-java-plugin-runner +================= + +Runs [Apache APISIX](http://apisix.apache.org/) plugins written in Java. +Implemented as a Sidecar that accompanies APISIX. + + + +Status +------ + +This project is currently considered as experimental. Review comment: considered experimental -- 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. For queries about this service, please contact Infrastructure at: [email protected]
