mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
This commit takes out some responsibilities of `cdc::transformer` (which is currently a big ball of mud) into a separate class. This class is a simple abstraction for creating entries in a CDC log mutation. Low-level calls to the mutation API (such as `set_cell`) inside `cdc::transformer` were replaced by higher-level calls to the builder abstraction, removing some duplication of logic.