Skip to content

Commit

Permalink
Merge pull request #660 from FSMaxB/patch-1
Browse files Browse the repository at this point in the history
Clarify that alter_configs resets unspecified parameters to default
  • Loading branch information
davidblewett authored Nov 24, 2024
2 parents 0578206 + 7cfc408 commit bc4c76a
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 @@ -331,7 +331,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 bc4c76a

Please sign in to comment.