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