mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
Our scylla.yaml contains a comment listing the available experimental features, supposedly helping a user who might want to enable them. I think the usefuless of this comment is dubious, but as long as we have one, let's at least make it accurate: * Two of the listed "experimental" features, cdc and lwt, have actually graduated from being experimental long ago. Although technically a user may still use the words "cdc" and "lwt" in the "experimental-features" list, doing so is pointless, and worse: This comment suggests that these two features are still experimental - while they are not! * One experimental feature - alternator-ttl - is missing from this list. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20211013083247.13223-1-nyh@scylladb.com>