Deletes a consumer group offset
(group string, topic string, partition int32)
| 157 | |
| 158 | // Deletes a consumer group offset |
| 159 | DeleteConsumerGroupOffset(group string, topic string, partition int32) error |
| 160 | |
| 161 | // Delete a consumer group. |
| 162 | DeleteConsumerGroup(group string) error |
no outgoing calls