2025-08-26 09:08:01 +08:00

10 lines
397 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

brokerClusterName = DefaultCluster
brokerName = broker-a
brokerId = 0
# 单机模式设为异步主节点,满足基础消息收发需求
brokerRole = ASYNC_MASTER
# 异步刷盘,平衡性能与可靠性(单机场景适用)
flushDiskType = ASYNC_FLUSH
# 关键配置外部客户端如Java程序访问Broker的IP必须是宿主机可被外部访问的IP
brokerIP1 = 192.168.1.65