From 2fe36776b5cd15c4328e00c0beb593018ab1da82 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Mon, 15 Apr 2024 20:21:16 +0200 Subject: [PATCH] docs: add change log entry --- changes/ee/fix-12882.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ee/fix-12882.en.md diff --git a/changes/ee/fix-12882.en.md b/changes/ee/fix-12882.en.md new file mode 100644 index 000000000..804665fef --- /dev/null +++ b/changes/ee/fix-12882.en.md @@ -0,0 +1 @@ +The RocketMQ action has been fixed so that the topic configiuration works correctly. If more than one action used a single connector before this fix, all actions messages got delivered to the topic that was used first.