Skip to content

Commit eb45610

Browse files
Go --> Java
1 parent 339a75b commit eb45610

1 file changed

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)