From dea8bc202862086affb5a09bedcd358e942e058f Mon Sep 17 00:00:00 2001 From: Richard Smedley Date: Wed, 20 Dec 2023 19:55:42 +0000 Subject: [PATCH] CNG circuit breakers --- modules/ref/pages/client-settings.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/ref/pages/client-settings.adoc b/modules/ref/pages/client-settings.adoc index 45532e52..3d39aab5 100644 --- a/modules/ref/pages/client-settings.adoc +++ b/modules/ref/pages/client-settings.adoc @@ -338,6 +338,15 @@ Default: `1m` + How long the window is in which the number of failed ops are tracked in a rolling fashion. +[TIP] +.Cloud Native Gateway +==== +If using the `couchbase2://` connection protocol with xref:howtos:managing-connections.adoc#cloud-native-gateway[Cloud Native Gateway], +note that circuit breaker options are not available when using this protocol. +The connection protocol uses a separate queue per node, and thus avoids the main cause of possible cascading failure. +==== + + === Timeout Options The default timeout values are suitable for most environments, and should be adjusted only after profiling the expected latencies in your deployment environment.