File tree 1 file changed +3
-3
lines changed
spring-kafka-test/src/main/java/org/springframework/kafka/test/rule
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ private void createKafkaTopics(Set<String> topics) {
265
265
/**
266
266
* Add topics to the existing broker(s) using the configured number of partitions.
267
267
* @param topics the topics.
268
- * @since 2.1
268
+ * @since 2.1.6
269
269
*/
270
270
public void addTopics (String ... topics ) {
271
271
HashSet <String > set = new HashSet <>(Arrays .asList (topics ));
@@ -274,10 +274,10 @@ public void addTopics(String... topics) {
274
274
}
275
275
276
276
/**
277
- * Create an {@link AdminClient} invoke the callback and reliable close the
277
+ * Create an {@link AdminClient}; invoke the callback and reliably close the
278
278
* admin.
279
279
* @param callback the callback.
280
- * @since 2.1
280
+ * @since 2.1.6
281
281
*/
282
282
public void doWithAdmin (java .util .function .Consumer <AdminClient > callback ) {
283
283
Map <String , Object > adminConfigs = new HashMap <>();
You can’t perform that action at this time.
0 commit comments