mirror of https://github.com/apache/kafka.git
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:
parent
0aea498b9a
commit
09f5d17e69
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue