-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.toml
41 lines (33 loc) · 973 Bytes
/
metadata.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This is a TOML document. Boom
[Base]
ProfPathPrefix= "debug"
LogLevel= "debug"
ProfEnable= false
TracerEnable= false
WhiteList= [""]
Endpoints= [":0"]
[Discovery]
endpoints = ["tkeel-middleware-etcd:2379"]
[RpcServer]
timeout = "1s"
addr = "0.0.0.0:10631"
[Event]
Source = "kafka://tkeel-middleware-kafka:9092/mdmp-event/metadata.v1"
[etcd]
endpoints = ["tkeel-middleware-etcd:2379"]
[redis]
network = "tcp"
addr = "tkeel-middleware-redis-master:6379"
auth = "Biz0P8Xoup"
maxActive = 8
dialTimeout = "3s"
readTimeout = "1s"
writeTimeout = "1s"
idleTimeout = "120s"
poolTimeout = "30m"
[Jaeger]
addr = "127.0.0.1:6831"
[Slot]
PubSubSource = "kafka://tkeel-middleware-kafka:9092/mdmp-topic/router.v0.0.2.prod"
PubSubSink = "kafka://tkeel-middleware-kafka:9092/mdmp-queue/pipe.v0.0.2.prod"
RuleSource = "kafka://tkeel-middleware-kafka:9092/mdmp-topic/ruler.v0.0.2.prod"