mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-28 02:40:38 +00:00
* feat: heartbeat_flush_threshold * chore: rename to flush_stats_factor * Update src/meta-srv/src/handler/collect_stats_handler.rs
12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
flush_stats_factor = 1
|
|
[wal]
|
|
{{ if is_raft_engine }}
|
|
provider = "raft_engine"
|
|
{{ else }}
|
|
provider = "kafka"
|
|
broker_endpoints = {kafka_wal_broker_endpoints | unescaped}
|
|
num_topics = 3
|
|
selector_type = "round_robin"
|
|
topic_name_prefix = "distributed_test_greptimedb_wal_topic"
|
|
{{ endif }}
|