Skip to content

Commit 64e8ac4

Browse files
Merge branch 'release/3.5' into release/3.5
2 parents afb83e5 + 540cf94 commit 64e8ac4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

modules/howtos/pages/managing-connections.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,16 +237,16 @@ E.....@.@.............+....Z.'yZ..#........
237237
== Cloud Native Gateway
238238

239239

240-
Couchbase's next generation connection protocol, introduced in Go SDK 2.7 and a future release of Couchbase Autonomous Operator, can be enabled simply by changing the connection string to `couchbase2://` but there are a few differences to be aware of, described <<#limitations,below>>.
241-
// Couchbase's next generation connection protocol, introduced in Go SDK 2.7 and Couchbase Autonomous Operator 2.6.1, can be enabled simply by changing the connection string to `couchbase2://` but there are a few differences to be aware of, described <<#limitations,below>>.
240+
Couchbase's next generation connection protocol, introduced in Java SDK 3.5 and a future release of Couchbase Autonomous Operator, can be enabled simply by changing the connection string to `couchbase2://` but there are a few differences to be aware of, described <<#limitations,below>>.
241+
// Couchbase's next generation connection protocol, introduced in Java SDK 3.5 and Couchbase Autonomous Operator 2.6.1, can be enabled simply by changing the connection string to `couchbase2://` but there are a few differences to be aware of, described <<#limitations,below>>.
242242

243243
The protocol implements a gRPC-style interface between the SDK and Couchbase Server (in this case, only available in the Server running on Kubernetes or OpenShift, with a forthcoming release of xref:operator::overview.adoc[Couchbase Autonomous Operator].
244244

245245

246246

247247
=== Limitations
248248

249-
The protostellar protocol will not work with certain legacy features: MapReduce Views (a deprecated Service --
249+
The underlying protocol will not work with certain legacy features: MapReduce Views (a deprecated Service --
250250
use xref:howtos:n1ql-queries-with-sdk.adoc[Query] instead) and
251251
Memcached buckets (superseded by the improved xref:{server_version}@server:learn:buckets-memory-and-storage/buckets.adoc#bucket-types[Ephemeral Buckets]).
252252

modules/ref/pages/client-settings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ This profile changes the default timeouts.
687687
////
688688
Using the xref:howtos:managing-connections.adoc#cloud-native-gateway[Cloud Native Gateway] protocol (to connect to Couchbase Server running on xref:operator::overview.adoc[Couchbase Autonomous Operator] 2.6.1 or newer) should not need any changes to config.
689689
////
690-
Some settings will be ignored when using the `couchbase2://` protocol -- and this will be logged at `WARNING` level.
690+
Some settings will be ignored when using the `couchbase2://` protocol.
691691
Currently, these include:
692692

693693
* Compression

0 commit comments

Comments
 (0)