Lucas Kent

Results 240 issues of Lucas Kent

These queries rely on [LWT](https://docs.datastax.com/en/cql-oss/3.3/cql/cql_using/useInsertLWT.html)s and also return the existing data in the response, which is different to regular `INSERT`s which return nothing. As such, they are a potential edge...

Run `cargo nextest run cassandra_int_tests::passthrough_encode::case_1 --no-default-features --features cassandra,alpha-transforms` observe that we are hitting a decoding error in the driver. If we change the test to connect directly to cassandra we...

Using `CassandraSinkCluster` and `QueryTypeFilter` together results in failure due to `QueryTypeFilter` replacing requests with dummy requests. We should reproduce this in an integration test and then fix CassandraSinkCluster by making...

Looking at the output of `cargo upgrades`, I can see that the following dependencies can be upgraded: * kafka-protocol - shotover uses this to parse kafka messages that pass through....

good first issue

To enable valkey users+ACL to be defined in LDAP a new valkey specific transform will be implemented. The LDAP group is mapped to ACL strings via configuration stored in shotover....

enhancement

A deps reporting tool to fulfill internal needs.

Reproducing the issue.

As per the announcement: https://blog.rust-lang.org/2025/03/02/Rustup-1.28.0.html#whats-new-in-rustup-1280 There is a breaking change in rustup 1.28 and we must now manually run `rustup toolchain install` to replace the default toolchain with the toolchain...

To enable logging of database access a transform will be implemented that writes to a logging system on certain events. ## Scope The naming and configuration should assume that this...

enhancement

We learnt a lot about what a SinkCluster should look like while writing CassandraSinkCluster, as a result there is a lot of confusing invariants to uphold and it is very...

cleanup-internal