diff --git a/api/event-bus.html b/api/event-bus.html index 3778ade7a6..83988902c3 100644 --- a/api/event-bus.html +++ b/api/event-bus.html @@ -735,6 +735,18 @@
version
+
+string
+
+Kafka version, sarama defaults to the oldest supported stable version
+topic
string
@@ -797,19 +809,6 @@ Secret for auth
streamConfig
-
-string
-
-Optional configuration for the kafka, if specified, it will be merged with the default configuration in controller-config. -It accepts a YAML format configuration, available fields include, “maxRetry”, “configVersion (sarama config version)”, “requiredAcks”, “replication”.
-version
string
++Kafka version, sarama defaults to the oldest supported stable version +
+topic
string
streamConfig
string
--Optional configuration for the kafka, if specified, it will be merged -with the default configuration in controller-config. It accepts a YAML -format configuration, available fields include, “maxRetry”, -“configVersion (sarama config version)”, “requiredAcks”, “replication”. -
-