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.
1 parent 5f57f4b commit a91ffccCopy full SHA for a91ffcc
spring-kafka/src/main/java/org/springframework/kafka/core/DefaultKafkaProducerFactory.java
@@ -132,8 +132,8 @@ public void setValueSerializer(Serializer<V> valueSerializer) {
132
133
/**
134
* The time to wait when physically closing the producer via the factory rather than
135
- * closing the producer itself (when {@link #reset()}, {@link #destroy() or
136
- * #closeProducerFor(String)} are invoked). Specified in seconds; default
+ * closing the producer itself (when {@link #destroy()} or
+ * {@link #closeProducerFor(String)} are invoked). Specified in seconds; default
137
* {@link #DEFAULT_PHYSICAL_CLOSE_TIMEOUT}.
138
* @param physicalCloseTimeout the timeout in seconds.
139
* @since 1.0.7
0 commit comments