zhongwencool a3cfadae5e fix: don't crash retainer api when retainer is disabled 1 jaar geleden
..
etc 8aa60cc0a5 feat: generate a minimized emqx.conf 3 jaren geleden
include d94066a10a chore(retainer): refactor types; remove hotwiring to builtin config 2 jaren geleden
src a3cfadae5e fix: don't crash retainer api when retainer is disabled 1 jaar geleden
test d2813b12f9 feat(retainer): add new option to control whether override affects messages that don't expire 1 jaar geleden
.gitignore 56e2a9741f style: ensure newline at EOF for all files 4 jaren geleden
README.md ce50aed930 chore(retainer): actualize README 2 jaren geleden
TODO 0cd1c57a54 Migrate plugins from tag 4.2.2 5 jaren geleden
mix.exs 19f3b030f9 chore: preparing to run common tests / eunit with mix 1 jaar geleden
rebar.config 86c1facbff chore: update emqtt dep vsn 1.13.0 1 jaar geleden

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