k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
70 stars 51 forks source link

NodeOps.scrub does not work with multiple keyspaces #448

Closed burmanm closed 5 months ago

burmanm commented 5 months ago

Scrub command is missing the ability to execute scrub on multiple keyspaces with one command. The REST API supports this (and even tests this), but the underlying implementation is missing the feature (and the ALL keyword).