From 3655eafe85c83c6bf196e77ca1b30cb2f430e61e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 23 Apr 2020 18:26:08 +0100 Subject: [PATCH] changelog --- changelog.d/7337.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7337.bugfix diff --git a/changelog.d/7337.bugfix b/changelog.d/7337.bugfix new file mode 100644 index 0000000000..f49c600173 --- /dev/null +++ b/changelog.d/7337.bugfix @@ -0,0 +1 @@ +Fix a bug where event updates might not be sent over replication to worker processes after the stream falls behind.