KAFKA-13718: kafka-topics describe topic with default config will show `segment.bytes` overridden config (#12246)

Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
Richard Joerger 2022-06-02 22:46:05 -04:00 committed by GitHub
parent 0aea498b9a
commit 09f5d17e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ log.retention.hours=168
#log.retention.bytes=1073741824 #log.retention.bytes=1073741824
# The maximum size of a log segment file. When this size is reached a new log segment will be created. # 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 # The interval at which log segments are checked to see if they can be deleted according
# to the retention policies # to the retention policies