Update Kafka cluster
Updates the configuration properties of an existing Kafka cluster. Sensitive properties (passwords, secrets, etc.) are automatically redacted in the response.
Path Parameters
Kafka cluster name
Body
Update Kafka cluster request
Properties
Updated Kafka cluster configuration properties. Must contain either 'bootstrap.servers' or 'metadata.broker.list'.
For a full list of configuration properties, check the librdkafka documentation.
Response
Kafka cluster updated successfully
Kafka cluster simple response.
Created at
When the Kafka cluster configuration was created.
Cluster Name
Name for the Kafka cluster, used to identify this Kafka cluster configuration in subscriptions. Must be a valid hostname format.
Properties
Properties for connecting to the kafka cluster.
For a full list of configuration properties, check the librdkafka documentation.
Info
List of configuration/deprecation information related to this deployment.