-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmodule.yaml
81 lines (81 loc) · 1.77 KB
/
module.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
kind: io.statefun.endpoints.v2/http
spec:
functions: hesse.storage/*
urlPathTemplate: http://hesse:1108/
transport:
type: io.statefun.transports.v1/async
---
kind: io.statefun.endpoints.v2/http
spec:
functions: hesse.applications/*
urlPathTemplate: http://hesse:1108/
transport:
type: io.statefun.transports.v1/async
---
kind: io.statefun.endpoints.v2/http
spec:
functions: hesse.query/*
urlPathTemplate: http://hesse:1108/
transport:
type: io.statefun.transports.v1/async
---
kind: io.statefun.endpoints.v2/http
spec:
functions: hesse.coordination/*
urlPathTemplate: http://hesse:1108/
transport:
type: io.statefun.transports.v1/async
---
kind: io.statefun.endpoints.v2/http
spec:
functions: hesse.benchmarks/*
urlPathTemplate: http://hesse:1108/
transport:
type: io.statefun.transports.v1/async
---
kind: io.statefun.kafka.v1/ingress
spec:
id: hesse.io/temporal-graph
address: kafka:9092
consumerGroupId: hesse
startupPosition:
type: earliest
topics:
- topic: temporal-graph
valueType: hesse.types/temporal_edge
targets:
- hesse.storage/vertex-storage
---
kind: io.statefun.kafka.v1/ingress
spec:
id: hesse.io/query
address: kafka:9092
consumerGroupId: hesse
startupPosition:
type: earliest
topics:
- topic: query
valueType: hesse.types/query
targets:
- hesse.query/temporal-query-handler
---
kind: io.statefun.kafka.v1/egress
spec:
id: hesse.io/query-results
address: kafka:9092
deliverySemantic:
type: at-least-once
---
kind: io.statefun.kafka.v1/egress
spec:
id: hesse.io/storage-time
address: kafka:9092
deliverySemantic:
type: at-least-once
---
kind: io.statefun.kafka.v1/egress
spec:
id: hesse.io/filter-time
address: kafka:9092
deliverySemantic:
type: at-least-once