-
Notifications
You must be signed in to change notification settings - Fork 25
/
mongo_kafka_redis.yaml
46 lines (45 loc) · 1.09 KB
/
mongo_kafka_redis.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
apiVersion: v1
kind: ConfigMap
metadata:
name: wow-example-config
data:
application.yaml: >-
logging:
level:
me.ahoo.wow: warn
spring:
application:
name: example-service
data:
mongodb:
uri: mongodb://root:QYE4XbfFl9uAGw@mongodb-test-mongodb-sharded.test.svc.cluster.local:27017/wow_example_db?authSource=admin&maxIdleTimeMS=60000
redis:
cluster:
max-redirects: 3
nodes:
- redis-test-redis-cluster-0.redis-test-redis-cluster-headless.test.svc.cluster.local:6379
password: VPI7MsrrF7beIg
cosid:
machine:
enabled: true
distributor:
type: redis
generator:
enabled: true
wow:
command:
bus:
type: kafka
event:
bus:
type: kafka
kafka:
bootstrap-servers: 'kafka-test-0.kafka-test-headless.test.svc.cluster.local:9093'
eventsourcing:
store:
storage: mongo
snapshot:
storage: redis
state:
bus:
type: kafka