management-api-for-apache-cassandra
management-api-for-apache-cassandra copied to clipboard
RESTful / Secure Management Sidecar for Apache Cassandra
At some point, the [UnixSocketServer4x]](https://github.com/datastax/management-api-for-apache-cassandra/blob/master/management-api-agent-4.x/src/main/java/org/apache/cassandra/transport/UnixSocketServer4x.java#L271-L276) class will need to support protocol v5. ┆Issue is synchronized with this [Jira Story](https://datastax.jira.com/browse/MAPI-59) by [Unito](https://www.unito.io)
Currently there is a 30 second timeout in the mgmt api for the `ops/node/decommission` endpoint it will time out because the server sleeps for 30 seconds and then can take...
A recent PR for Medusa uncovered a non-backward compatible change in some internal Cassandra APIs that Management API uses. Specifically, [this change](https://github.com/apache/cassandra/commit/d220d24994400d4342f5281f1a51514a6ae8c2fd#diff-848b0127eef4d9764bc9a135dd5fd4007ad625aa339e0f9ee51d73648181507f) in the Dispatcher to the `processRequest` method breaks...
┆Issue is synchronized with this [Jira Story](https://datastax.jira.com/browse/MAPI-54) by [Unito](https://www.unito.io)
It might prove profitable to do a full review of the errors returned by the management API. At present most errors returned tend to be 500s, with no error message...
It would be beneficial to document some easy ways to manually test changes to this project for developers. Please add some build tips, local testing tips and examples to the...
Right now the code base uses different styles for formatting, indentation and import ordering. Many projects are now using [google-java-format](https://github.com/google/google-java-format) at DataStax: Java driver, DSBulk, Stargate... It has the advantage...
┆Issue is synchronized with this [Jira Task](https://k8ssandra.atlassian.net/browse/K8SSAND-1851) by [Unito](https://www.unito.io) ┆friendlyId: K8SSAND-1851 ┆priority: Medium
Related to #212, there should be some integration test that verifies the endpoints that should be enabled are actually enabled. ┆Issue is synchronized with this [Jira Story](https://datastax.jira.com/browse/MAPI-39) by [Unito](https://www.unito.io)
Hello, start this line: https://github.com/k8ssandra/management-api-for-apache-cassandra/blob/d94ac7940420106a859640dffb6e5aedad27e691/scripts/docker-entrypoint.sh#L97 and all lines that involve modifying `${MCAC_PATH}/config/metric-collector.yaml` does not work. I have the following error message: ```bash /docker-entrypoint.sh: line 97: /opt/metrics-collector/config/metric-collector.yaml: Permission denied ``` It's...