Kafka Consumer Groups

post

Delete the offset for a consumer group topic-partition tuples

Path parameters
groupIdstringRequired

The consumer group id

Body
topicsstring[] · min: 1Required
Responses
200Success

No content

post
/api/v1/environments/{name}/proxy/api/consumers/{groupId}/offsets/delete

No content

delete

Delete the offset for a topic-partition for the given group

Path parameters
groupIdstringRequired

The consumer group id

topicstringRequired

The topic name

partitionintegerRequired

The topic partition number

Responses
200Success

No content

delete
/api/v1/environments/{name}/proxy/api/consumers/{groupId}/topics/{topic}/partitions/{partition}/offsets

No content

delete

Returns the consumer groups which are using the given topic

Path parameters
consumerGroupNamestringRequired

The consumer group name

Responses
200Success

No content

delete
/api/v1/environments/{name}/proxy/api/consumers/{consumerGroupName}

No content

put

Update the offset for a consumer group topic-partition tuples

Path parameters
groupIdstringRequired

The consumer group id

Body
or
or
Responses
200Success

No content

put
/api/v1/environments/{name}/proxy/api/consumers/{groupId}/offsets

No content

put

Updates the offset for a topic-partition for the given group

Path parameters
groupIdstringRequired

The consumer group id

topicstringRequired

The topic name

partitioninteger · int64Required

The topic partition number

Body
or
objectOptional
or
objectOptional
Responses
200Success

No content

put
/api/v1/environments/{name}/proxy/api/consumers/{groupId}/offsets/topics/{topic}/partitions/{partition}

No content

Deprecated
get

Returns the consumer groups which are using the given topic

Path parameters
topicstringRequired

The topic name

Responses
200Success
application/json
get
/api/v1/environments/{name}/proxy/api/consumers/{topic}
Deprecated
get

Returns the list of Kafka consumer groups

Responses
200Success
application/json
get
/api/v1/environments/{name}/proxy/api/consumers

Last updated

Was this helpful?