Skip to content

Commit bc4c76a

Browse files
authored
Merge pull request #660 from FSMaxB/patch-1
Clarify that alter_configs resets unspecified parameters to default
2 parents 0578206 + 7cfc408 commit bc4c76a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/admin.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@ impl<C: ClientContext> AdminClient<C> {
331331
Ok(rx)
332332
}
333333

334-
/// Sets configuration parameters for the specified resources.
334+
/// Sets configuration parameters for the specified resources,
335+
/// resetting unspecified parameters to their default values.
335336
///
336337
/// Note that while the API supports altering multiple resources at once, it
337338
/// is not transactional. Alteration of some resources may succeed while

0 commit comments

Comments
 (0)