emqx/apps/emqx/etc
Tobias Lindahl 7b394267dd feat: persistent sessions stored in mnesia
* Persistent sessions can survive node/connection process down
* Internal SessionID is generated, external ClientID is as before
* Sessions are persisted to mnesia
* A session router is added in parallel to the ordinary router
* Messages that are subscribed to by a persistent session are
  persisted by publisher
* Information about persisted and delivered messages are stored in
  mnesia per session.
* A resume protocol similar to takeover is implemented for resuming
  from mnesia
* Can be configured (and enabled) by the top lever config
  "persistent_session_store"
2021-10-21 15:23:21 +02:00
..
certs chore: move root level src, test, include, priv and etc to apps/emqx 2021-06-07 09:09:28 +02:00
emqx_cloud chore: move root level src, test, include, priv and etc to apps/emqx 2021-06-07 09:09:28 +02:00
emqx_edge chore: move root level src, test, include, priv and etc to apps/emqx 2021-06-07 09:09:28 +02:00
emqx.conf feat: persistent sessions stored in mnesia 2021-10-21 15:23:21 +02:00
ssl_dist.conf chore: move root level src, test, include, priv and etc to apps/emqx 2021-06-07 09:09:28 +02:00