From 0dbff6d7cedd4ea8ffc3e543587054848d5a2d56 Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Mon, 4 Dec 2023 05:42:35 +0100 Subject: [PATCH] docs: Add a changelog entry for emqx_persistent_session_ds --- changes/ce/feat-12089.en.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changes/ce/feat-12089.en.md diff --git a/changes/ce/feat-12089.en.md b/changes/ce/feat-12089.en.md new file mode 100644 index 000000000..5f2fc12fb --- /dev/null +++ b/changes/ce/feat-12089.en.md @@ -0,0 +1,10 @@ +Added a technical preview of the new persistent session implementation based on RocksDB. +Please note that this feature is in alpha stage and must not be enabled in the production systems. + +Features missing in the early preview version of the new persistent session implementation: + +- Shard failover +- Retained messages +- Will message handling +- Shared subscriptions +- Subscription IDs