ce733c821f000cfb05548b0d9c313f25b0e9cfbc
[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: ""
22           consumer:
23             concurrency: 1
24             partitioned: false
25             headerMode: raw
26             maxAttempts: 3
27             backOffInitialInterval: 1000
28       instanceCount: 1
29       instanceIndex: 0
30       kafka:
31         binder:
32           zkNodes: "kafka:2181"
33           brokers: "kafka:9092,kafka:9093,kafka:9094"
34           autoCreateTopics: true
35
36 # Health indicator for binders.
37 management:
38   health:
39     binders:
40       enabled: true
41
42 # ME QUEDA 7.3 Partitioning
43 # Y OPCIONES A MOGOLLĂ“N EN 12.3 Configuration Options