delete_consumer_group_topic_partition_offset
Remove offset data for a specific topic-partition in a Kafka consumer group to reset consumption position or resolve processing issues.
Instructions
Delete the offset for a topic-partition for a given group.
Args: environment: The environment name. group_id: The ID of the consumer group. topic: The topic name. partition: The partition number.
Returns: The result of the delete operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| group_id | Yes | ||
| topic | Yes | ||
| partition | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||