You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: