datastax / cassandra-quarkus

An Apache Cassandra(R) extension for Quarkus
Apache License 2.0
40 stars 28 forks source link

Consider making properties optional in CassandraClientConnectionConfig #81

Closed adutra closed 4 years ago

adutra commented 4 years ago

Currently two settings are required in CassandraClientConnectionConfig: contact points and local datacenter. This may not play well if users wish to specify these elsewhere, e.g. in application.conf. Also requiring a contact point may not play well with Astra.

┆Issue is synchronized with this Jira Task by Unito

adutra commented 4 years ago

@tomekl007 why was this closed?

tomekl007 commented 4 years ago

@tomekl007 why was this closed? I don't know. Maybe I've referenced this issue by mistake. I just re-opened

adutra commented 4 years ago

Fixed by #95.