mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-14 03:42:14 +00:00
Add a schema_builder::with_sharder() overload that accepts a const reference to dht::static_sharder. This allows schemas to use custom sharder instances instead of only static sharder configurations. This is needed to support tables that use custom partitioning and sharding strategies, such as the incoming raft metadata tables for strongly consistent tables.