mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 10:00:35 +00:00
Instead of storing a raw map of options inside `cdc_extension`, the extension now converts them into `cdc_options` directly on construction. This removes the need to construct `cdc_options` object multiple times.