Skip to content

Commit

Permalink
Clarify that alter_configs resets unspecified parameters to default
Browse files Browse the repository at this point in the history
  • Loading branch information
FSMaxB authored Mar 13, 2024
1 parent e69c2aa commit 7cfc408
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ impl<C: ClientContext> AdminClient<C> {
Ok(rx)
}

/// Sets configuration parameters for the specified resources.
/// Sets configuration parameters for the specified resources,
/// resetting unspecified parameters to their default values.
///
/// Note that while the API supports altering multiple resources at once, it
/// is not transactional. Alteration of some resources may succeed while
Expand Down

0 comments on commit 7cfc408

Please sign in to comment.