management-api-for-apache-cassandra
management-api-for-apache-cassandra copied to clipboard
RESTful / Secure Management Sidecar for Apache Cassandra
When building the project jarfiles, each of the project modules has a JAR shading step that bundles all of the project's dependencies into an "uber" jar. However, some of the...
### Issue In light of adding the CDC agent to the Management API images, causing the images to grow about 40 MB, we would like to look into shrinking the...
Some users may want to use a custom Cassandra image as a base for building their own Management API image. We should provide general steps for doing so in the...
#132 added support for running repairs. Similar to cleanup and decommission there should be an async version that would be utilized by cass-operator and/or k8ssandra-operator. https://github.com/k8ssandra/k8ssandra-operator/pull/262 introduces some more management...
Some of the API endpoints return JSON responses of entities that do not have an Object mapping. For example, the "getSnapshots" endpoint returns a JSON response that looks like this...
The fix put in for #175 never had a test written to validate the fix actually addresses the resource leak that was assumed to be causing a `java.io.IOException: Too many...
Hi, thanks for this API, I am trying to test it , I have a `kind` cluster with a single node Cassandra , installed using the Bitnami Helm chart. I...
I have noticed in my testing that when MTLS certificates are enabled, there is less logging by the mgmt api. Specifically the "address= url= status=" messages are not logged when...
#198 made several changes to the management-api images that substantially reduced the image size. It would make for a neat blog post to discuss those changes including the size reduction...
# Problem SSTables and commit logs can and do get corrupted. These types of errors can cause a Cassandra node to shutdown. In the context of Kubernetes and cass-operator in...