eff109cbe35ebbd3af792714f086bbd0ce8bd531
[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 from console)
11     web-environment: false
12   cloud:
13     stream:
14       bindings:
15         output:
16           binder: kafka
17           destination: test
18           # Requires work around, see: MyCustomMessageConverter
19           contentType: application/json
20           # Consumer (input) and producer (output) are Spring Cloud Stream applications :)
21           headerMode: embeddedHeaders
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