cassandra-quarkus
cassandra-quarkus copied to clipboard
An Apache Cassandra(R) extension for Quarkus
I keep getting this error when connecting to Astra. Authentication error (AuthenticationException: Authentication error on node dd59eaf6-bfa8-48eb-9ce0-6a69f076cecc-us-east-2.db.astra.datastax.com/:29042:39304360-22a0-4e5a-87f8-06e37447b391: server replied with 'We recently improved your database security. To find out more...
update some dependencies to actual state with properties as it present in latest quarkus builds add lombok library add config to properly work with lombok add enum type as example...
Both [Astra DB](https://db.new/) and [DSE 7.0 (public preview as of this writing)](https://www.datastax.com/blog/get-started-with-the-datastax-enterprise-7-0-developer-vector-search-preview?utm_source=Madhavan_Sridharan) already supports vector as a CQL data type and OSS C* will soon support the same via [CEP-30](https://cwiki.apache.org/confluence/x/OQ40Dw)....
Hi there ! I am the mantainer of Quarkus JNoSQL. I just want to report that on building some of our deployment modules, the ones depending on cassandra-quarkus-client-deployment, we see...
Hi, I was wondering if/how advanced java driver settings can be configured (stage specific) at runtime? The documentation mentions to use `application.conf` or `application.json` files. > "They need to be...
As discussed in #199, first draft of adding dev services support for Cassandra in Quarkus. TODOs: * cleanup * check "named" cassandra datasources * check whether devservices ignore the specific...
Since Quarkus 2.0 there are DevServices for some Plugins (DBs, Kafka, etc., e.g. https://quarkus.io/guides/datasource#dev-services-configuration-free-databases), see https://quarkus.io/guides/dev-services. They start a Container in docker, where you don't have to config something for...
in https://github.com/datastax/cassandra-quarkus/pull/222#issuecomment-1493683166 its discussed having cassandra be ready for inclusion in Quarkus 3 platform - I would like to make sure that is the right thing or maybe it makes...
When the latest `cassandra-driver-core` 1.1.3 is run on Quarkus 3.0.0.Alpha3, the error bellow occurs during the build. I wonder whether/when you plan to migrate to Quarkus 3 and Jakarta 9/10?...