Skip to content

Commit

Permalink
chore: show priority of stream plugins (#4326)
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
  • Loading branch information
spacewander authored May 28, 2021
1 parent 7e4ff98 commit 98d6b12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conf/config-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,9 @@ plugins: # plugin list (sorted by priority)
- serverless-post-function # priority: -2000
- ext-plugin-post-req # priority: -3000

stream_plugins:
- mqtt-proxy
stream_plugins: # sorted by priority
- mqtt-proxy # priority: 1000
# <- recommend to use priority (0, 100) for your custom plugins

plugin_attr:
log-rotate:
Expand Down

0 comments on commit 98d6b12

Please sign in to comment.