Skip to content

Commit

Permalink
Update config/metasrv.example.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Weny Xu <[email protected]>
  • Loading branch information
niebayes and WenyXu authored Dec 19, 2023
1 parent 4350751 commit bf2e93d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/metasrv.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ provider = "raft_engine"

# There're none raft-engine wal config since meta srv only involves in remote wal currently.

# Uncomment the following lines if switching provider to "kafka".
# Kafka wal config.
# The broker endpoints of the Kafka cluster. ["127.0.0.1:9090"] by default.
# broker_endpoints = ["127.0.0.1:9090"]
# # Number of topics to be created upon start.
# Number of topics to be created upon start.
# num_topics = 64
# # Topic selector type.
# # Available selector types:
# # - "round_robin" (default)
# Topic selector type.
# Available selector types:
# - "round_robin" (default)
# selector_type = "round_robin"
# # A Kafka topic is constructed by concatenating `topic_name_prefix` and `topic_id`.
# A Kafka topic is constructed by concatenating `topic_name_prefix` and `topic_id`.
# topic_name_prefix = "greptimedb_kafka_wal"
# # Number of partitions per topic.
# Number of partitions per topic.
# num_partitions = 1
# # Expected number of replicas of each partition.
# Expected number of replicas of each partition.
# replication_factor = 3

0 comments on commit bf2e93d

Please sign in to comment.