File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-kafka/src/main/java/org/springframework/kafka/retrytopic Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -432,8 +432,8 @@ public RetryTopicConfigurationBuilder doNotAutoCreateRetryTopics() {
432432 * Configure the topic creation behavior to auto create topics with the provided
433433 * properties.
434434 * @param numPartitions the number of partitions.
435- * @param replicationFactor the replication factor (-1 to use the broker default if the
436- * broker is version 2.4 or later ).
435+ * @param replicationFactor the replication factor (-1 to use the broker default. If the
436+ * broker is earlier than version 2.4, an explicit value is required ).
437437 * @return the builder.
438438 */
439439 public RetryTopicConfigurationBuilder autoCreateTopicsWith (@ Nullable Integer numPartitions , @ Nullable Short replicationFactor ) {
@@ -447,8 +447,8 @@ public RetryTopicConfigurationBuilder autoCreateTopicsWith(@Nullable Integer num
447447 * properties.
448448 * @param shouldCreate true to auto create.
449449 * @param numPartitions the number of partitions.
450- * @param replicationFactor the replication factor (-1 to use the broker default if the
451- * broker is version 2.4 or later ).
450+ * @param replicationFactor the replication factor (-1 to use the broker default. If the
451+ * broker is earlier than version 2.4, an explicit value is required ).
452452 * @return the builder.
453453 */
454454 public RetryTopicConfigurationBuilder autoCreateTopics (@ Nullable Boolean shouldCreate , @ Nullable Integer numPartitions ,
You can’t perform that action at this time.
0 commit comments