TIBCOSoftware / be-contribution

This repository is to add various contributions across different modules within TIBCO BusinessEvents. It will include contributions by TIBCO BusinessEvents team as well external users/customers/fields teams.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

Cassandra Store Catalog Function || Few new functions related to QueryOptions are not visible in Cassandra Store Catalog Functions #97

Closed spingale-tibco closed 1 year ago

spingale-tibco commented 1 year ago

Version Information

Software Version(s)
BusinessEvents 6.3.0
OS Type? NA
OS Version? NA

What is the actual behavior?

Below 2 new functions related to QueryOptions are not visible in Cassandra Store Catalog Functions Store.QueryOptions.Cassandra.readTimeoutMillis (Object queryOptions, int readTimeoutMillis) Store.QueryOptions.Cassandra.setConsistency(Object queryOptions, String consistencyLevel)

Please provide log files.

QueryOptionFunctions
rakulkar-tibco commented 1 year ago

With the latest DataStax java driver, The configuration has been completely revamped. Instead of ad-hoc configuration classes, the default mechanism is now file-based. This is a better choice for most deployments since it allows configuration changes without recompiling the client application.

Users can place an application.conf/reference.conf in your application’s classpath to override options selectively.

For more details refer:

https://docs.datastax.com/en/developer/java-driver/4.14/upgrade_guide/#configuration

Updated confluence as well accordingly.