blob: a3823a6d2912241cafe41d2e7dcacff684e64ecd [file] [log] [blame]
#
# Cassandra SideCar configuration file
#
cassandra:
- host: localhost
- port: 9042
- data_dirs: /cassandra/d1/data, /cassandra/d2/data
sidecar:
- host: 0.0.0.0
- port: 9043
- throttle:
- stream_requests_per_sec: 5000
- delay_sec: 5
- timeout_sec: 10
#
# Enable SSL configuration (Disabled by default)
#
# - ssl:
# - enabled: true
# - keystore:
# - path: "path/to/keystore.p12"
# - password: password
# - truststore:
# - path: "path/to/truststore.p12"
# - password: password
healthcheck:
- poll_freq_millis: 30000