Für String als Key/Value wird keine explizite Konfiguration benötigt
[demos/kafka/training] / src / main / resources / application.yml
1 spring:
2   kafka:
3     bootstrap-servers: :9092
4     client-id: DEV
5     template:
6       default-topic: test
7 logging:
8   level:
9     root: INFO
10     de.juplo: DEBUG