update_topic_config
Modify Kafka topic settings like retention time and other configurations across different environments using the Lenses MCP Server.
Instructions
Update topic configuration.
Args: environment: The environment name. topic_name: Name of the topic. configs: List of config key-value pairs [{"key": "retention.ms", "value": "86400000"}].
Returns: Success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| topic_name | Yes | ||
| configs | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |