mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 16:03:20 +00:00
Just a facade using converters behind the scenes. The actual segregator is not worth migrating to v2 while mutation and the flushing readers don't have a v2 versions. Still, migrating all users to a v2 API allows the conversion to happen at a single point where more work is necessary, instead of scattered around all the users. We leave the v1 version in place to aid incremental migration to the v2 one.