From 940353cc52760dbf941acecb71685ac98ae12ef6 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Fri, 2 Jun 2023 09:13:47 -0300 Subject: [PATCH] docs: add changelog --- changes/ce/feat-10910.en.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ce/feat-10910.en.md diff --git a/changes/ce/feat-10910.en.md b/changes/ce/feat-10910.en.md new file mode 100644 index 000000000..40373e1a1 --- /dev/null +++ b/changes/ce/feat-10910.en.md @@ -0,0 +1,3 @@ +The data bridge resource option `auto_restart_interval` was deprecated in favor of `health_check_interval`, and `request_timeout` was renamed to `request_ttl`. Also, the default `request_ttl` value went from 15 seconds to 45 seconds. + +The previous existence of both `auto_restart_interval` and `health_check_interval` was a source of confusion, as both parameters influenced the recovery of data bridges under failures. An inconsistent configuration of those two parameters could lead to messages being expired without a chance to retry. Now, `health_check_interval` is used both to control the periodicity of health checks that may transition the data bridge into `disconnected` or `connecting` states, as well as recovering from `disconnected`.