Shawn ab689fe20d chore: update emqtt to 1.13.5 hai 1 ano
..
etc 8aa60cc0a5 feat: generate a minimized emqx.conf %!s(int64=3) %!d(string=hai) anos
include d94066a10a chore(retainer): refactor types; remove hotwiring to builtin config %!s(int64=2) %!d(string=hai) anos
src f666b1fb2a chore: bump apps vsns hai 1 ano
test 8b2814d7b4 fix: fix example errors of the schema registry endpoints hai 1 ano
.gitignore 56e2a9741f style: ensure newline at EOF for all files %!s(int64=4) %!d(string=hai) anos
README.md ce50aed930 chore(retainer): actualize README %!s(int64=2) %!d(string=hai) anos
TODO 0cd1c57a54 Migrate plugins from tag 4.2.2 %!s(int64=5) %!d(string=hai) anos
mix.exs 19f3b030f9 chore: preparing to run common tests / eunit with mix hai 1 ano
rebar.config ab689fe20d chore: update emqtt to 1.13.5 hai 1 ano

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