We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd00053 commit f24b55cCopy full SHA for f24b55c
src/main/java/io/strimzi/kafka/bridge/KafkaBridgeAdmin.java
@@ -88,7 +88,7 @@ public CompletionStage<Set<String>> listTopics() {
88
}
89
90
/**
91
- * Creates a topic with given name
+ * Creates a topic with given name and number of partitions (optional) and replication factor (optional).
92
*
93
* @param topicName topic name to create
94
* @param partitions number of partitions
0 commit comments