-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to connect to multiple clusters? #11
Comments
Hello, Unfortunately is not possible at this moment. This is on my todo list but I have no idea when will be implemented. Silviu |
I took a stab at this. The change is not complete, but posting this here so I get some feedback on my work. The api interface wil change because every api on erlcass.erl need to take an atom identifying the relevant cluster. If this looks reasonable, then I can send you a pull request in a couple of weeks. |
Hello, Thanks, give me few days and I'll provide you some feedback on this. |
Hello, I did my review here: cibingeorge#1 You can also sent the pull request to the main repo and we can continue the review there. Your contribution looks nice. Silviu |
Hello Silviu! |
Hello Silviu. Are you planing to add support for multiple clusters in the nearest future ? I am looking at ScyllaDb (which is working correctly with Erlcass driver). And researching another Cassandra drivers so I can connect both databases and direct whole traffic to Cassandra and Scylla It would be simply awesome and time saving feature if you make Erlcass working with multiple clusters please let me know if you have any updates. thank you in advance |
I was wondering if it was possible to connect to multiple logically distinct clusters. In my use case data is stored across multiple clusters and it would be convenient to be able to choose which cluster is targeted.
The text was updated successfully, but these errors were encountered: