Skip to content

Commit 410289a

Browse files
authored
Merge pull request #291 from tchaikov/doc-tablet
docs: fix minor syntax issues
2 parents b29d1a9 + 2a09d97 commit 410289a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scylla-specific.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ New Error Types
114114
Tablet Awareness
115115
----------------
116116

117-
**scylla-driver** is tablet aware, which mean that it is able to parse `TABLETS_ROUTING_V1` extension to ProtocolFeatures, recieve tablet information send by Scylla in `custom_payload` part of `RESULT` message, and utilize it.
118-
Thanks to that queries to tablet based tables are still shard aware.
117+
**scylla-driver** is tablet-aware, which means that it is able to parse `TABLETS_ROUTING_V1` extension to ProtocolFeatures, recieve tablet information sent by Scylla in the `custom_payload` part of the `RESULT` message, and utilize it.
118+
Thanks to this, queries to tablet-based tables are still shard-aware.
119119

120120
Details on the scylla cql protocol extensions
121121
https://github.com/scylladb/scylladb/blob/master/docs/dev/protocol-extensions.md#negotiate-sending-tablets-info-to-the-drivers

0 commit comments

Comments
 (0)