mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 05:35:48 +00:00
The CQL binary protocol v4 adds support for server-side warnings: https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v4.spec This adds a convenient API to add warnings to messages returned to the user. Resolves #4651. Signed-off-by: Kamil Braun <kbraun@scylladb.com>