Skip to content

Commit

Permalink
docs(gateway): dynamic plugin ordering (#3905)
Browse files Browse the repository at this point in the history
* docs(gateway): dynamic plugin ordering

https://konghq.atlassian.net/browse/DOCU-2305

Signed-off-by: Joshua Schmid <[email protected]>

* split plugin ordering doc into two; minor edits

* formatting, phrasing, typo cleanup; pulled 'workspaces' into 'performance limitations'

* docs(gateway): drop kong manager instructions

Signed-off-by: Joshua Schmid <[email protected]>

* grammar, spelling, formatting cleanup; added info about Kong Manager to the overview

* fix typos; improve formatting and phrasing

Co-authored-by: lena.larionova <[email protected]>
  • Loading branch information
2 people authored and Guaris committed Aug 17, 2022
1 parent 73bfd92 commit 219db45
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/_data/docs_nav_gateway_3.0.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,12 @@ items:

- text: Configure gRPC Plugins
url: /configure/grpc
- text: Dynamic Plugin Ordering
items:
- text: Overview
url: /configure/dynamic-plugin-ordering
- text: Get Started with Dynamic Plugin Ordering
url: /configure/dynamic-plugin-ordering/get-started
- text: GraphQL Quickstart
url: /configure/graphql-quickstart
- text: Logging Reference
Expand Down
7 changes: 7 additions & 0 deletions src/gateway/plugin-development/custom-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,13 @@ CustomHandler.PRIORITY = 10
The higher the priority, the sooner your plugin's phases will be executed in
regard to other plugins' phases (such as `:access()`, `:log()`, etc.).

### Kong plugins

All of the plugins bundled with {{site.base_gateway}} have a static priority.
This can be adjusted dynamically using the `ordering` option. See
[Dynamic Plugin Ordering](/gateway/{{page.kong_version}}/configure/dynamic-plugin-ordering)
for more information.

{% navtabs %}
{% navtab Open-source or Free mode %}

Expand Down

0 comments on commit 219db45

Please sign in to comment.