Skip to content

Commit 09f2038

Browse files
author
Novotnik, Petr
committed
#! Fix wording
1 parent 99b6523 commit 09f2038

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/client.rs

+7-7
Original file line numberDiff line numberDiff 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
///

0 commit comments

Comments
 (0)