Skip to content

Instantly share code, notes, and snippets.

@pauloricardomg
Last active February 22, 2022 21:19
Show Gist options
  • Save pauloricardomg/4369f4b0dd8b84421a11ae61bf2d2c7e to your computer and use it in GitHub Desktop.
Save pauloricardomg/4369f4b0dd8b84421a11ae61bf2d2c7e to your computer and use it in GitHub Desktop.
# Legacy Configuration
cluster_name: 'Test Cluster'
num_tokens: 16
allocate_tokens_for_local_replication_factor: 3
# Commit Log Configuration (cannot be disabled)
commit_log:
sync_type: periodic
sync_period: 10000ms
segment_size: 32MiB
# Hinted Handoff Configuration
hinted_handoff:
enabled: true
auto_hints_cleanup: false
max_hint_window: 3h
hinted_handoff_throttle: 1024KiB
max_hints_delivery_threads: 2
hints_flush_period: 10000ms
max_hints_file_size: 128MiB
# Materialized Views Configuration
materialized_views:
enabled: false
# Configuration for new feature
my_new_feature:
enabled: false
config1:
config_a: "foo"
config_b: "bar"
config2: 1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment