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
Copy file name to clipboardExpand all lines: docs/dcp/documentation/commands/open-connection.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,12 +43,7 @@ Flags are specified as a bitmask in network byte order with the following bits d
43
43
44
44
When setting the Producer or Consumer flag the sender is telling the server what type of connection will be created. For example, if the Producer type is set then the sender of the Open Connection message will be a Consumer.
45
45
46
-
The connection name is specified using the key field. When selecting a name the
47
-
only requirement is that the name take up no more space than 200 bytes. It is
48
-
recommended that the name uses that ASCII character set and uses alpha-numeric
49
-
characters. It is highly advantageous for improved supportability Couchbase
50
-
Server that the connection names embed as much contextual information as
51
-
possible from the client.
46
+
The connection name is specified using the key field. When selecting a name the only requirement is that the name take up no more space than 256 bytes. It is recommended that the name uses that ASCII character set and uses alpha-numeric characters. It is highly advantageous for improved supportability Couchbase Server that the connection names embed as much contextual information as possible from the client.
52
47
53
48
As of version 6.5, the _value_ can be used to specify additional information
54
49
about the connection to be opened. If non-empty, the value must be a JSON
0 commit comments