conduktor.io ↗

Kafka DeleteShareGroupState Changelog — Protocol Version History

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.

VersionKafkaChanges
DeleteShareGroupStateRequest
v03.9
+ GroupId string
+ Topics []DeleteStateData
+ TopicId uuid
+ Partitions []PartitionData
+ Partition int32
~ Flexible encoding enabled FLEXIBLE
DeleteShareGroupStateResponse
v03.9
+ Results []DeleteStateResult
+ TopicId uuid
+ Partitions []PartitionResult
+ Partition int32
+ ErrorCode int16
+ ErrorMessage string
~ Flexible encoding enabled FLEXIBLE