delete_consumer_group_offsets
Remove stored offset data for specific topic-partition assignments in a Kafka consumer group to reset consumption positions or resolve processing issues.
Instructions
Delete offsets for a consumer group topic-partition tuples.
Args: environment: The environment name. group_id: The ID of the consumer group. offsets: A list of topic-partition objects.
Returns: The result of the delete operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| group_id | Yes | ||
| offsets | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||