mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
This service is only needed join-time, it's better to pass it as argument to join_cluster(). This solves current reversed dependency issuse -- the cdc_gen_svc is now started after it's passed to storage service initialization. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>