[
https://issues.apache.org/jira/browse/KAFKA-19201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948143#comment-17948143
]
Sushant Mahajan commented on KAFKA-19201:
-----------------------------------------
https://github.com/apache/kafka/pull/19559
> 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
>
> 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)