You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Todd Palino edited this page Dec 1, 2017
·
4 revisions
Name
Remove Consumer Group
Usage
This endpoint removes the offsets for a single consumer group from a cluster. This is useful in the case where the topic list for a consumer has changed, and
Burrow believes the consumer is consuming topics that it no longer is. The consumer group will be removed, but it will automatically be repopulated if the
consumer is continuing to commit offsets.
URL path
DELETE /v3/kafka/(cluster)/consumer/(group)
Parameters
Name
Format
Description
cluster
string
The name of a Kafka cluster, as returned by the [[List Clusters
group
string
The name of a Kafka consumer group, as returned by the [[List Consumers
Response
The response is either a 404 if the consumer group is unknown, or a 200 otherwise: