Jeffrey Carpenter

Results 40 comments of Jeffrey Carpenter

Also @Jmoore1127 if it's easier/faster for you, feel free to chat on our Discord server https://discord.gg/qP5tAt6Uwt.

After chatting with @jsanda, recommend we update the K8ssandra helm chart documentation to list configurable properties that can be overridden and that we add a page under "Tasks" on the...

@bradfordcp had a suggestion to include this one liner that can be used to wait for the Cassandra cluster to be ready: ``` kubectl wait --for=condition=Ready cassandradatacenter/dc1 --timeout=900s -n k8ssandra...

@caniko just to clarify, are you asking for the ability to set a different maximum page size for each user, that is set in a JWT? I ask because @tatu-at-datastax...

@kathirsvn for this PR we only need to ensure that the integration tests pass on this repo for C* 3.11, C* 4.0, DSE 6.8.

(copied from https://github.com/stargate/stargate/discussions/1489) I have an idea for a relatively seamless way to accomplish this transition. We have work in progress for Stargate v2 on the v2.0.0 branch. When it...

@tatu-at-datastax I've created draft PRs for changes to docs and website to reflect these new branch names.

Does this same change also need to be made on the bridge component? https://github.com/stargate/stargate/blob/v2.0.0/bridge-proto/src/main/java/io/stargate/bridge/grpc/Values.java