Ninja: merge protocol changes that were made in v4 forward to v5

This commit is contained in:
Alex Petrov 2019-01-07 10:39:34 +01:00
parent c68b0fec6f
commit 55b47b8bd2
1 changed files with 4 additions and 0 deletions

View File

@ -298,6 +298,10 @@ Table of Contents
different from the protocol version.
- "COMPRESSION": the compression algorithm to use for frames (See section 5).
This is optional; if not specified no compression will be used.
- "NO_COMPACT": whether or not connection has to be established in compatibility
mode. This mode will make all Thrift and Compact Tables to be exposed as if
they were CQL Tables. This is optional; if not specified, the option will
not be used.
4.1.2. AUTH_RESPONSE