Further simplified the example: Removed unnecessary variables
[demos/kafka/deduplication] / src / main / resources / application.yml
1 server:
2   address: 127.0.0.1
3   port: 8080
4 management:
5   endpoint:
6     health:
7       show-details: always
8       show-components: always