You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Java SDK 3.5.0 or later is used with Couchbase Server 7.6 or later, the SDK also listens for config change notifications from the server. In this case the polling acts as a failsafe, so it's probably okay to set it significantly higher than 2.5 seconds.
107
+
////
108
+
97
109
// write after more LZA added
98
110
////
99
111
=== Read From Replica
@@ -113,9 +125,9 @@ See the xref:howtos:concurrent-async-apis.adoc[Async & Reactive APIs page] for d
113
125
114
126
== Error Handling
115
127
116
-
Best practices for error handling in Scala depend somewhat upon your choice of API:
117
-
blocking, asynchronous, or reactive, as covered in the xref:concurrent-async-apis.adoc[async and reactive API guide].
118
-
That guide also covers how errors are actually returned (e.g. via `Try`, `Future`, or `Mono`) and handled.
128
+
Best practices for error handling in Java depend somewhat upon your choice of API:
129
+
blocking, asynchronous, or reactive, as covered in the xref:howtos:concurrent-async-apis.adoc[async and reactive API guide].
130
+
// That guide also covers how errors are actually returned (e.g. via `Try`, `Future`, or `Mono`) and handled.
119
131
See also the xref:howtos:error-handling.adoc[error handling guide],
120
132
which covers specific errors, along with a broader look at error handling strategies.
0 commit comments