projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db433a6
)
Informationen zur Kafka-Konfiguration im info-Endpoint sichtbar gemacht
author
Kai Moritz
<kai@juplo.de>
Sun, 10 Apr 2022 18:55:42 +0000
(20:55 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 10 Apr 2022 18:55:42 +0000
(20:55 +0200)
src/main/resources/application.yml
patch
|
blob
|
history
diff --git
a/src/main/resources/application.yml
b/src/main/resources/application.yml
index
15fbd15
..
2574e8c
100644
(file)
--- a/
src/main/resources/application.yml
+++ b/
src/main/resources/application.yml
@@
-10,8
+10,17
@@
management:
exposure:
include: "*"
info:
+ env:
+ enabled: true
java:
enabled: true
+info:
+ kafka:
+ bootstrap-server: ${consumer.bootstrap-server}
+ client-id: ${consumer.client-id}
+ group-id: ${consumer.group-id}
+ topic: ${consumer.topic}
+ auto-offset-reset: ${consumer.auto-offset-reset}
logging:
level:
root: INFO