Alexander Dejanovski

Results 399 comments of Alexander Dejanovski

Hey team! Please [add your planning poker estimate](https://app.zenhub.com/workspaces/K8ssandra-Grooming-623b197f1fcd4800110540ef/issues/k8ssandra/k8ssandra/1461?planning-poker) with ZenHub @burmanm @jsanda

Please [add your planning poker estimate](https://app.zenhub.com/workspaces/K8ssandra-Grooming-623b197f1fcd4800110540ef/issues/k8ssandra/k8ssandra/1458?planning-poker) with ZenHub @Miles-Garnsey

@Miles-Garnsey, I can't find a PR for that issue although it's marked as ready for review. Am I missing something?

Is it this one? https://github.com/k8ssandra/k8ssandra-operator/pull/639

Hi @ahmedjami, In order to understand how we should design this change, could you explain how you'll be consuming the cdc output files? Cassandra will dump them in its "local"...

I think this is a duplicate of [k8ssandra-operator#567](https://github.com/k8ssandra/k8ssandra-operator/issues/567). It's happening consistently, in my experience, when the Cassandra cluster has a single node. Seems like it may also happen (depending on...

K8ssandra v1 doesn't allow to set a custom prefix. Enabling multi tenancy for medusa will force it to use `.` as prefix. It seems like we should be sanitizing the...

@bradfordcp, indeed 👍 But that change isn't part of a Medusa release yet. We may also need to change the charts to allow an empty string for `storageSecret`, right?

Agreed. We should do this as part of #1459.

Setting the region in the values file will copy it over to the medusa config map. We copy all settings under storage_properties without any filter/processing [here](https://github.com/k8ssandra/k8ssandra/blob/main/charts/k8ssandra/templates/medusa/medusa-config.yaml#L28-L30). Can you see the...