Re: Ldap/AD Authentication

2022-09-15 Thread Slater, Ben
Hi Our LDAP Authenticator for Cassandra is open source, Apache 2.0 licenced and free to use: https://github.com/instaclustr/cassandra-ldap We do offer support for it as part of our Cassandra support contracts but you don’t need to buy support to use it. Cheers Ben -- Ben Slater Chief Produc

Re: TimeWindowCompactionStrategy Operational Concerns

2022-09-15 Thread Jeff Jirsa
If you were able to generate old data offline, using something like the CQLSSTableWriter class, you can add that to the cluster (either via streaming or nodetool import), that would maintain the TWCS invariant. That said, with https://issues.apache.org/jira/browse/CASSANDRA-13418 , IF you're comfo

TimeWindowCompactionStrategy Operational Concerns

2022-09-15 Thread Michel Barret
Hi, I want to use TWCS on a cassandra table. Documentation explain 2 concerns about it: In case we mix old and new data "in the traditional write path". => How can I create another write path to ensure that my old data aren't in same sstable than new? If I query old data and that generate

Ldap/AD Authentication

2022-09-15 Thread Abdul Patel
Hi All, Do we have any open source ldap/AD pkgs/software for caasandra? I see instacluster has some but seems thats paid one.