mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 02:50:33 +00:00
Allows a configurable to subscribe to life cycle notifications for scylla app. I.e. do stuff on start/stop. Also allow configurables in cql_test_env v2: * Fix camel casing * Make callbacks future<> (should have been. mismerge?) Closes #13035