Procházet zdrojové kódy

docs: add changelog entry

Kjell Winblad před 2 roky
rodič
revize
c6eb1af82c
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      changes/ee/fix-10997.en.md

+ 1 - 0
changes/ee/fix-10997.en.md

@@ -0,0 +1 @@
+The ClickHouse bridge had a problem that could cause messages to be dropped when the ClickHouse server is closed while sending messages even when the request_ttl is set to infinity. This has been fixed by treating errors due to a closed connection as recoverable errors.