-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathconfig.properties
More file actions
35 lines (32 loc) · 984 Bytes
/
config.properties
File metadata and controls
35 lines (32 loc) · 984 Bytes
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
#========kafka集群配置========#
kafka.zookeeper.connect=localhost:2181
#kafka root path eg: / or /kafka
kafka.zookeeper.root=
kafka.topic.partitions=8
kafka.topic.replications=1
kafka.idc=idc
kafka.remote.th.zookeeper.connect=
#========proxy相关配置========#
proxy.id=1
ui.dir=./ui
protocol.http.port=8080
protocol.mc.port=11211
protocol.mc.socket.buffer.recv=4096
protocol.mc.socket.buffer.send=4096
protocol.motan.port=8881
metadata.zookeeper.connect=localhost:2181
#metadata root path eg: / or /metadata
metadata.zookeeper.root=/
#===========log============#
log.info=info.log
log.debug=debug.log
log.profile=profile.log
# The expired log will be removed. Valid time units are "s", "m", "h"
log.expire=72h
#=========metrics========
metrics.center=http://127.0.0.1:10001/v1/metrics
metrics.transport.writers=graphite
metrics.transport.reader=graphite
metrics.graphite.report.addr.udp=127.0.0.1:8333
metrics.graphite.service.pool=test_pool
metrics.graphite.root=127.0.0.1