Skip to content

Commit b29ee53

Browse files
committed
Fix docs on RetryableTopic.replicationFactor()
Signed-off-by: Seonghyeon Cho <[email protected]>
1 parent b68db55 commit b29ee53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/annotation/RetryableTopic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
/**
120120
* The replication factor for the automatically created topics. Expressions must
121121
* resolve to a short or a String that can be parsed as such. Default is -1 to use the
122-
* broker default if the broker is earlier than version 2.4, an explicit value is
122+
* broker default. If the broker is earlier than version 2.4, an explicit value is
123123
* required.
124124
*
125125
* @return the replication factor.

0 commit comments

Comments
 (0)