blob: 9bbc3018d8cfd20658d183a44a4c4977fe09b06f [file] [log] [blame]
#
# Cassandra SideCar configuration file
#
cassandra:
- host: localhost
- port: 9042
- data_dirs: /cassandra/d1/data, /cassandra/d2/data
- jmx_host: 127.0.0.1
- jmx_port: 7199
- jmx_role: controlRole
- jmx_role_password: controlPassword
- jmx_ssl_enabled: true
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