From 1dd2109b1fcbc8d787e6132cd9cb3eb166b3a418 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 5 Jun 2023 15:03:21 +0200 Subject: [PATCH] docs: add changelog for 10943 --- changes/ce/fix-10943.en.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ce/fix-10943.en.md diff --git a/changes/ce/fix-10943.en.md b/changes/ce/fix-10943.en.md new file mode 100644 index 000000000..081f94c24 --- /dev/null +++ b/changes/ce/fix-10943.en.md @@ -0,0 +1,5 @@ +Deprecated UDP mcast mechanism for cluster discovery. + +This feature has been planed for deprecation since 5.0 mainly due to the lack of +actual production use. +This feature code is not yet removed in 5.1, but the document interface is demoted.