Skip to content

Commit fa9377a

Browse files
committed
Set retention.ms of the monitor topic to 1 hour in the example kafka-monitor.properties
1 parent d442f47 commit fa9377a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/kafka-monitor.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"topic-management.topicFactory.props": {
5555
},
5656
"topic-management.topic.props": {
57+
"retention.ms": "3600000"
5758
},
5859
"produce.producer.props": {
5960
"client.id": "kmf-client-id"

0 commit comments

Comments
 (0)