-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathapplication.yml
More file actions
32 lines (27 loc) · 827 Bytes
/
application.yml
File metadata and controls
32 lines (27 loc) · 827 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
management:
endpoint:
health.show-details: always
endpoints.web.exposure.include: metrics, health, configprops, env, integrationgraph
spring:
cloud:
stream:
bindings:
tradesEmitter:
destination: trades
binder: local_rabbit
producer:
partitionCount: 2
requiredGroups: trades_group
partitionKeyExpression: headers['account']
partitionSelectorName: partitionSelectorStrategy # not required because it is the only partitionStrategy bean
binders:
local_rabbit:
type: rabbit
environment:
spring:
rabbitmq:
host: localhost
port: 5672
username: guest
password: guest
virtual-host: /