From 7cfc4083c41bba1402e485ba4a0ed2a0f4b4ee88 Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Wed, 13 Mar 2024 11:21:39 +0100 Subject: [PATCH] Clarify that alter_configs resets unspecified parameters to default See https://docs.confluent.io/platform/7.5/clients/librdkafka/html/rdkafka_8h.html#ade8d161dfb86a94179d286f36ec5b28e --- src/admin.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/admin.rs b/src/admin.rs index 69dba537b..700fbb06d 100644 --- a/src/admin.rs +++ b/src/admin.rs @@ -283,7 +283,8 @@ impl AdminClient { 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