forked from tkeel-io/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimple.yml
41 lines (41 loc) · 783 Bytes
/
simple.yml
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
discovery:
dial_timeout: 3
endpoints:
- http://localhost:2379
heart_time: 3
logger:
level: debug
server:
name: core
app_id: core
sources:
- kafka://kafka:9092/core0/core
- kafka://kafka:9092/core1/core
proxy:
name: core
http_port: 20000
grpc_port: 20001
components:
etcd:
dial_timeout: 3
endpoints:
- http://localhost:2379
store:
name: noop
properties:
- key: store_name
value: core-state
time_series:
name: noop
search_engine: noop://admin:[email protected]:9200"
rawdata:
name: noop
dispatcher:
id: dispatcher0
enabled: true
name: core-dispatcher
upstreams:
- dapr://localhost/core-pubsub/core-pub
downstreams:
- kafka://kafka:9092/core0/core
- kafka://kafka:9092/core1/core