Thales Macedo Garitezi 19f3b030f9 chore: preparing to run common tests / eunit with mix 1 anno fa
..
etc 8aa60cc0a5 feat: generate a minimized emqx.conf 3 anni fa
include d94066a10a chore(retainer): refactor types; remove hotwiring to builtin config 2 anni fa
src 5d1608f34b chore: minimize oss/platform diff 1 anno fa
test 57287f0722 fix(retainer): fix qlc cursor cleanup 1 anno fa
.gitignore 56e2a9741f style: ensure newline at EOF for all files 4 anni fa
README.md ce50aed930 chore(retainer): actualize README 2 anni fa
TODO 0cd1c57a54 Migrate plugins from tag 4.2.2 5 anni fa
mix.exs 19f3b030f9 chore: preparing to run common tests / eunit with mix 1 anno fa
rebar.config 71f9838fd7 chore: upgrade to emqtt 1.10.0 2 anni fa

README.md

Retainer

The emqx_retainer application is responsible for storing retained MQTT messages.

The retained messages are messages associated with a topic that are stored on the broker and delivered to any new subscribers to that topic.

More information about retained messages can be found in the following resources

Usage

The emqx_retainer application is enabled by default. To turn it off, add the following configuration to the emqx.conf file:

retainer {
    enable = false
}

For other options, see the configuration documentation.

Contributing

Please see our contributing.md.

License

See LICENSE