Skip to content

Support setting a seed provider #36

@hseeberger

Description

@hseeberger

Instead of setting fixed seed nodes Cassandra allows setting a seed provider, see http://docs.datastax.com/en/cassandra/2.2/cassandra/configuration/configCassandra_yaml.html?scroll=configCassandra_yaml__seed_provider for details.

I suggest to add a CASSANDRA_SEED_PROVIDER env variable. If that is set, ignore CASSANDRA_SEEDS and instead rewrite configuration along the lines of:

seed_provider:
    - class_name: $CASSANDRA_SEED_PROVIDER

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions