Add notes about experimental modules
Added a note to the documentation of experimental modules that explains that the modules are distributed in a different package.
This commit is contained in:
@ -1,11 +1,13 @@
|
|||||||
# Lua Filter
|
# Lua Filter
|
||||||
|
|
||||||
The luafilter is a filter that calls a set of functions in a Lua script. The
|
The luafilter is a filter that calls a set of functions in a Lua script.
|
||||||
filter is currently a part of the experimental module set.
|
|
||||||
|
|
||||||
Read the [Lua language documentation](https://www.lua.org/docs.html) for
|
Read the [Lua language documentation](https://www.lua.org/docs.html) for
|
||||||
information on how to write Lua scripts.
|
information on how to write Lua scripts.
|
||||||
|
|
||||||
|
*Note:* This module is a part of the experimental module package,
|
||||||
|
`maxscale-experimental`.
|
||||||
|
|
||||||
## Filter Parameters
|
## Filter Parameters
|
||||||
|
|
||||||
The luafilter has two parameters. They control which scripts will be called by
|
The luafilter has two parameters. They control which scripts will be called by
|
||||||
|
|||||||
@ -1,8 +1,9 @@
|
|||||||
# Cat
|
# Cat
|
||||||
|
|
||||||
The `cat` router is a special router that concatenates result sets. The module
|
The `cat` router is a special router that concatenates result sets.
|
||||||
is still in beta testing phase so usage in production environments is
|
|
||||||
not encouraged.
|
*Note:* This module is a part of the experimental module package,
|
||||||
|
`maxscale-experimental`.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user