From ff88e508a6fc04676711436a89a26b86754f1f0e Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 7 Aug 2023 10:39:04 +0200 Subject: [PATCH] docs: add changelog --- changes/ee/fix-11394.en.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/ee/fix-11394.en.md diff --git a/changes/ee/fix-11394.en.md b/changes/ee/fix-11394.en.md new file mode 100644 index 000000000..ace678ecc --- /dev/null +++ b/changes/ee/fix-11394.en.md @@ -0,0 +1,2 @@ +Upgrade Kafka producer client `wolff` from 1.7.6 to 1.7.7. +This fixes a potential race condition which may cause all Kafka producers to crash if some failed to initialize.