Skip to content

Commit 4f462b2

Browse files
committed
fix:add blank
1 parent 721b708 commit 4f462b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/src/main/java/org/apache/kafka/common/config/TopicConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public class TopicConfig {
115115
"adds entries to its offset index and, conditionally, to its time index. After appending a batch of messages, " +
116116
"if the total bytes written since the last index entry exceed this value, Kafka will: <br/>" +
117117
"Add an entry to the offset index for the batch's last offset. <br/>" +
118-
"Attempt to add an entry to the time index if the batch's maximum timestamp is greater than the last indexed timestamp. <br/>"+
118+
"Attempt to add an entry to the time index if the batch's maximum timestamp is greater than the last indexed timestamp. <br/>" +
119119
"The default setting ensures that we index a message roughly every 4096 bytes. " +
120120
"More frequent indexing allows reads to jump closer to the exact position in the log " +
121121
"but results in larger index files. You probably don't need to change this.";

0 commit comments

Comments
 (0)