elodina / zipkin-mesos-framework

Zipkin Mesos Framework
http://www.elodina.net
Apache License 2.0
31 stars 4 forks source link

Need a way to change a replication factor for Cassandra span store #6

Open aShevc opened 8 years ago

aShevc commented 8 years ago

Currently Zipkin has it hard-coded to 1:

https://github.com/openzipkin/zipkin/blob/master/zipkin-cassandra-core/src/main/resources/cassandra-schema-cql3.txt https://github.com/openzipkin/zipkin/blob/master/zipkin-cassandra-core/src/main/java/org/twitter/zipkin/storage/cassandra/Repository.java#L755

Probably should suggest a PR to customize

codefromthecrypt commented 8 years ago

I think the cql isn't as explicit as it needs to be about defaults vs production. probably best to open an issue upstream.