Shawn 9d1a69aaa9 fix: cannot import retained messages преди 2 години
..
etc 8aa60cc0a5 feat: generate a minimized emqx.conf преди 3 години
include d94066a10a chore(retainer): refactor types; remove hotwiring to builtin config преди 2 години
src 9d1a69aaa9 fix: cannot import retained messages преди 1 година
test 08ef2c7b8b test(retainer): extend test suite for usage by other backends преди 2 години
.gitignore 56e2a9741f style: ensure newline at EOF for all files преди 4 години
README.md ce50aed930 chore(retainer): actualize README преди 2 години
TODO 0cd1c57a54 Migrate plugins from tag 4.2.2 преди 5 години
rebar.config 71f9838fd7 chore: upgrade to emqtt 1.10.0 преди 2 години

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