delete_topic_records
Delete Kafka topic records up to a given offset and partition to free storage or reset data.
Instructions
Delete records from a topic
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | Delete records up to this offset | |
| cluster | Yes | Cluster name | |
| partition | Yes | Partition number | |
| topicName | Yes | Topic name |