update_consumer_group_offsets
Modify Kafka consumer group offsets for specific topic-partition pairs to control message processing positions in Lenses MCP Server.
Instructions
Update the offset 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 offset objects.
Returns: The result of the update operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | ||
| group_id | Yes | ||
| offsets | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||