What is DeleteShareGroupState?
Cleans up state in __share_group_state when a share group is deleted or a partition is removed from a share group's subscription. Leftover state would cause the group to resume from an old position if recreated with the same name.
| Version | Kafka | Changes |
|---|---|---|
| DeleteShareGroupStateRequest | ||
| v0 | 3.9 | + GroupId string+ Topics []DeleteStateData+ TopicId uuid+ Partitions []PartitionData+ Partition int32~ Flexible encoding enabled FLEXIBLE |
| DeleteShareGroupStateResponse | ||
| v0 | 3.9 | + Results []DeleteStateResult+ TopicId uuid+ Partitions []PartitionResult+ Partition int32+ ErrorCode int16+ ErrorMessage string~ Flexible encoding enabled FLEXIBLE |