We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RetryableTopic.replicationFactor()
1 parent b68db55 commit b29ee53Copy full SHA for b29ee53
spring-kafka/src/main/java/org/springframework/kafka/annotation/RetryableTopic.java
@@ -119,7 +119,7 @@
119
/**
120
* The replication factor for the automatically created topics. Expressions must
121
* 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
+ * broker default. If the broker is earlier than version 2.4, an explicit value is
123
* required.
124
*
125
* @return the replication factor.
0 commit comments