et-go 20240919重建
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

90 lines
2.5 KiB

pprof:
enable: false
performance:
target:
throughput: 5000 # 吞吐量
master:
rpc:
concurrency: 50 # 并发请求数
kafkaConsumer:
consumerCfg:
minFetch: 10240 # 最小拉取大小 Byte。10*1024=10KB
maxFetch: 5242880 # 最大拉取大小 Byte。5*1024*1024=5MB,注意不要超过 int32 最大值
maxWaitTime: 300 # 一次拉取最大等待时间 ms。建议在 250-500 之间
data_raw:
maxBatchSize: 51200 # 批量处理的最大小 Byte。50*1024=50KB
iotaBufSize: 500 # IOTA 通道的缓冲区大小
processBufSize: 200 # Process 通道的缓冲区大小
data_agg:
maxBatchSize: 10240 # 批量处理的最大小 Byte。10*1024=10KB
aggBufSize: 300 # agg 通道的缓冲区大小
node:
stageTimeout: 60 # stage 处理超时时间 秒
stageBufSize: 1 # stage in/out 通道的缓冲区大小
iotaWorkerCount: 5 # IOTA 工作线程数。iotaData -> deviceData
iotaBufSize: 1 # IOTA 通道的缓冲区大小
processSendTimeout: 60 # processChannels 发送的超时时间 秒。
processBufSize: 1 # processChannels 通道的缓冲区大小
stageResultBufSize: 500 # stage 处理结果通道的缓冲区大小
kafka:
groupId: local_et_go0102
brokers:
- 10.8.30.142:30992
topics:
data_raw:
topic: RawData12
partitions: 4
data_agg:
topic: native_agg
partitions: 1
data_theme: native_theme
alarm_iota: Alert
alarm_anxinyun: native_alarm
redis:
address: 10.8.30.142:30379
es:
enable: true
addresses:
- http://10.8.30.142:30092
# - http://10.8.30.160:30092
user: ""
pwd: ""
index:
raw: native_raws_new10
vib: native_vbraws_new10
theme: native_themes_new10
group: native_group_themes
influxDB:
enable: true
address: http://10.8.30.142:30086
token: m-biJsdVzL0nxmz4fqYeE5p0mia_FiMFwGr8em09EjBJVr5pSFZ37G8FBDlx7uxDTyKtpMgfEvte9bZaOuMBLg==
organization: localtest
buckets:
raw: raw
vib: vib
theme: theme
#设备数据指标
prometheus:
port: 50001
#测点数据推送
push:
enable: false
mqtt:
enable: false
host: 10.8.30.142
port: 30883
clientIdPrefix: push_et_go
kafka:
enable: false
groupId: push_et_go_lk
brokers:
- 10.8.30.142:30992
# 节点信息 #
master:
port: 50000
hostNameTag: "node-client" #多状态副本 master 节点的 hostName 标记 DESKTOP-1QK809D
node:
remoteMasterHost: 10.8.30.104 #用于 node Register -> master
hostIpPrefix: 10.8. #多网卡筛选ip网段
port: 40000