72eafbaef95b8ab9a9cb5f1d0d7dba0ac66eed56
[JavaForFun] /
1 logging:
2   level:
3     org:
4       springframework: info
5     ROOT: info
6
7 kafka:
8   topic: test
9   messageKey: keyTest
10
11 spring:
12   main:
13     banner-mode: "off"
14   cloud:
15     stream:
16       bindings:
17         input:
18           binder: kafka
19           destination: test
20           group: helloworld
21           contentType: application/json
22           consumer:
23             concurrency: 1
24             partitioned: false
25             # Consumer (input) and producer (output) are Spring Cloud Stream applications :)
26             headerMode: embeddedHeaders
27             maxAttempts: 3
28             backOffInitialInterval: 1000
29       instanceCount: 1
30       instanceIndex: 0
31       kafka:
32         binder:
33           zkNodes: "kafka:2181"
34           brokers: "kafka:9092,kafka:9093,kafka:9094"
35           autoCreateTopics: true
36
37 # Health indicator for binders.
38 management:
39   health:
40     binders:
41       enabled: true
42
43 # ME QUEDA 7.3 Partitioning
44 # Y OPCIONES A MOGOLLĂ“N EN 12.3 Configuration Options