Skip to content
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

[feature/config] remove port option for better usability #457

Merged
merged 1 commit into from Aug 10, 2015

Commits on Aug 10, 2015

  1. feat(config) remove port option for better usability

    Since having the `port` option for Cassandra and also providing a way to
    set ports on a per-node basis, it makes it harder for users to "guess"
    how to add Cassandra nodes.
    
    This changes the config file to show that `hosts` is an array of
    `host:port` and can be intuitively modified.
    
    :warning: This is a breaking change since we don't support the `port`
    option anymore. Will need to be documented properly in `UPDATE.md` even
    if the steps are very straightforward.
    thibaultcha committed Aug 10, 2015
    Copy the full SHA
    e173cb8 View commit details
    Browse the repository at this point in the history