From 09f5d17e696aaba397980bc6bc2abf391aa25fa8 Mon Sep 17 00:00:00 2001 From: Richard Joerger <1934731+Moovlin@users.noreply.github.com> Date: Thu, 2 Jun 2022 22:46:05 -0400 Subject: [PATCH] KAFKA-13718: kafka-topics describe topic with default config will show `segment.bytes` overridden config (#12246) Reviewers: Luke Chen --- config/server.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/server.properties b/config/server.properties index f5172c297ec..21ba1c7d9c6 100644 --- a/config/server.properties +++ b/config/server.properties @@ -109,7 +109,7 @@ log.retention.hours=168 #log.retention.bytes=1073741824 # The maximum size of a log segment file. When this size is reached a new log segment will be created. -log.segment.bytes=1073741824 +#log.segment.bytes=1073741824 # The interval at which log segments are checked to see if they can be deleted according # to the retention policies