File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -126,15 +126,15 @@ impl KafkaClient {
126126 /// Reloads metadata for a list of supplied topics.
127127 ///
128128 /// Note: if any of the specified topics does not exist yet on the
129- /// underlying brokers and those have the [configuration for "auto
129+ /// underlying brokers and these have the [configuration for "auto
130130 /// create topics"
131131 /// enabled](https://kafka.apache.org/documentation.html#configuration),
132- /// the remote kafka instance will create them on the fly as a
133- /// result of explicitely loading their metadata. This is in
134- /// contrast to other methods of this `KafkaClient` which will
135- /// silently filter out requests not-yet-loaded/not-yet-known
136- /// topics and, thus, not cause topics to be automatically
137- /// created.
132+ /// the remote kafka instance will create the yet missing topics
133+ /// on the fly as a result of explicitely loading their metadata.
134+ /// This is in contrast to other methods of this `KafkaClient`
135+ /// which will silently filter out requests to
136+ /// not-yet-loaded/not-yet-known topics and, thus, not cause
137+ /// topics to be automatically created.
138138 ///
139139 /// # Examples
140140 ///
You can’t perform that action at this time.
0 commit comments