Skip to content

Instantly share code, notes, and snippets.

@Tythos
Created May 21, 2021 00:15
Show Gist options
  • Save Tythos/2970402fd58defe72c1fc039e5ebb61e to your computer and use it in GitHub Desktop.
Save Tythos/2970402fd58defe72c1fc039e5ebb61e to your computer and use it in GitHub Desktop.
cassandra.yaml (minimal cassandra configuration, useful for docker)
cluster_name: 'Test Cluster'
partitioner: org.apache.cassandra.dht.Murmur3Partitioner
commitlog_sync: periodic
commitlog_sync_period_in_ms: 10000
seed_provider:
- class_name: org.apache.cassandra.locator.SimpleSeedProvider
parameters:
- seeds: "172.17.0.2"
listen_address: 172.17.0.2
endpoint_snitch: SimpleSnitch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment