1 Star 9 Fork 2

ken / xconsumer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.toml 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
[app]
appname = "xconsumer"
env = "dev" # prod or dev
# 日志配置
[log]
output = "stdout" # stdout or file
level = "debug" # panic、fatal、error、warn、info、debug、trace
format = "json" # json or text
# zookeeper配置
[zookeeper]
host = "localhost"
port = "2181"
session_timeout = 20
# http配置
[http]
enable = true # 是否开启http服务,默认开启
host = "localhost"
port = "8000"
# 集群相关配置
[cluster]
name = "nc01" # 集群名称
heart_time = 60 # 心跳检查时间
# 任务相关配置
[[task]]
name = "test01" # 任务名称
workName = "test01" # 任务执行的work
workerNum = 3 # 任务数量
[[task]]
name = "test02"
workName = "test02"
workerNum = 2
Go
1
https://gitee.com/ken.yang/xconsumer.git
git@gitee.com:ken.yang/xconsumer.git
ken.yang
xconsumer
xconsumer
master

搜索帮助