Update docs/features/cdc/cdc-streams.rst

Co-authored-by: Yaniv Kaul <yaniv.kaul@scylladb.com>
This commit is contained in:
Sayanta Banerjee
2025-08-19 15:06:30 +05:30
committed by GitHub
parent fa1eafa166
commit eae1869d3a

View File

@@ -67,7 +67,7 @@ returns:
(2 rows)
.. note:: To make the above example, we simply kept inserting rows with different partition keys until we found two that went to the same stream.
.. note:: To make the above example, we simply kept inserting rows with different partition keys until we found two rows that went to the same stream.
.. note:: For a given stream there is no straightforward way to find a partition key which will get mapped to this stream, because of the partitioner, which uses the murmur3 hash function underneath (the truth is you can efficiently find such a key, as murmur3 is not a cryptographic hash, but it's not completely obvious).