We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f419190 commit 2c06221Copy full SHA for 2c06221
1 file changed
docs/api/cassandra/protocol.rst
@@ -0,0 +1,11 @@
1
+.. _custom_payload:
2
+
3
+Custom Payload
4
+==============
5
+Native protocol version 4+ allows for a custom payload to be sent between clients
6
+and custom query handlers. The payload is specified as a string:binary_type dict
7
+holding custom key/value pairs.
8
9
+By default these are ignored by the server. They can be useful for servers implementing
10
+a custom QueryHandler.
11
0 commit comments