07b1ebf5c53c27742b1961c54f3e1f5fcdf44675
[JavaForFun] /
1 logging:
2   level:
3     org:
4       springframework: info
5     ROOT: info
6
7 spring:
8   main:
9     banner-mode: "off"
10     # We do not need Tomcat running (this application runs as a client)
11     web-environment: false
12   cloud:
13     stream:
14       bindings:
15         output:
16           binder: kafka
17           destination: test
18           contentType: application/json
19           # headerMode value is used only when input bindings :(
20           # headerMode: raw
21           #contentType: "application/example"
22       instanceCount: 1
23       instanceIndex: 0
24       kafka:
25         binder:
26           zkNodes: "kafka:2181"
27           brokers: "kafka:9092,kafka:9093,kafka:9094"
28           autoCreateTopics: true
29
30 # Health indicator for binders.
31 management:
32   health:
33     binders:
34       enabled: true
35
36
37 # ME QUEDA 7.3 Partitioning
38 # Y OPCIONES A MOGOLLĂ“N EN 12.3 Configuration Options