[
https://issues.apache.org/jira/browse/KAFKA-19201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Schofield resolved KAFKA-19201.
--------------------------------------
Fix Version/s: 4.1.0
Resolution: Fixed
> Handle deletion of a topic which has initialised share-group state
> ------------------------------------------------------------------
>
> Key: KAFKA-19201
> URL: https://issues.apache.org/jira/browse/KAFKA-19201
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Andrew Schofield
> Assignee: Sushant Mahajan
> Priority: Major
> Fix For: 4.1.0
>
>
> When a user topic which has been consumed in a share group is deleted, it is
> necessary to clean up the associated records on the share-group state topic.
> This could be driven from the GC or from the SC itself. Right now, the
> records remain forever, as do the ShareGroupStatePartitionMetadata entries
> for deleted topics. The SharePartitionManager does respond to topic deletion
> by observing metadata changes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)