-
Notifications
You must be signed in to change notification settings - Fork 8
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
Read nodes config value from binary #12
Comments
Hi rubysolo ! did you find a workaround for this? |
No, I ended up switching the project to a different storage backend. 🙁 However, I am looking at using this library for another project and will need this functionality, so I'll send a PR anyway. |
@lucianleustean Are you able to run specs locally? I have to version bump |
Hi @rubysolo! sorry I missed your messages. yes I am able to run the test suite locally using A PR would be nice to fix node configuration. Atm I am using it hardcode in prod.exs file for production and I don't like it ..
|
Hi, thanks for this library!
I would like to be able to specify my Cassandra nodes via an ENV variable so that I can reconfigure at runtime (via
RELX_REPLACE_OS_VARS
). Would you be open to a PR that would allow nodes to be specified with the current list of tuples syntax or like:Then I could start up with e.g.
CASSANDRA_NODES=10.0.0.1:9042,10.0.0.2:9042
in my environment.The text was updated successfully, but these errors were encountered: