Michael Penick
Michael Penick
`-Dstargate.unsafe.cassandra_config_path` doesn't work for CQL client (driver) encryption because the CQL bundle doesn't consider the configuration object loaded by that system property. That would need to be fixed.
To be clear this affects both REST and GraphQL APIs.
We saw performance improvements in both throughput and latency in fallout (maybe Haxx?) and local tests from using `.directExecutor()` on the original gRPC API because operations in the gRPC service...
It'd be interesting to narrow which specific gRPC bridge requests are slower using `.directExecutor()` or see if it's maybe all of them.
We ported the CQL module from some early version of C* 4.0. I'd have to dig into why each of those metrics is broken or wrong in some way. In...
Per response above shouldn't we add `if (!node.isValueNode() || node.isNull()` to the error check?
~This hypothetical at this point. I'm not sure if this fully the case and is just a guess.~ I was able to confirm that on CNDB, that an index created...
Stargate is not well suited for client-side applications with its current APIs.
> I disagree, the JWT is excellent for this Interesting. Reads only? I wasn't aware we had granularity that prevented accessing/mutating other user's data within the same tables, etc.
Related to: https://github.com/stargate/stargate-grpc-go-client/issues/29