Hi,
I have different keyspaces in my single cassandra cluster.
I have created models in a separate directory for every keyspace (for loading) so I can load them by providing their path in setDirectory method while creating connection.
But this is not working.
Looks like directory is a static variable which if changed gets changed in the earlier connections objects as well.
I am using the version 2.5.0.
Hi,
I have different keyspaces in my single cassandra cluster.
I have created models in a separate directory for every keyspace (for loading) so I can load them by providing their path in setDirectory method while creating connection.
But this is not working.
Looks like directory is a static variable which if changed gets changed in the earlier connections objects as well.
I am using the version 2.5.0.