k8ssandra / management-api-for-apache-cassandra

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

Allow subscribing to async ProgressEvents from Cassandra #342

Closed burmanm closed 1 year ago

burmanm commented 1 year ago

JobDetails should allow the ability to follow Cassandra's internal async ProgressEvents, in case the async method uses Cassandra's internal async handler for a job.

Currently Cassandra only exposes these for repair functions, but this could change in the future.