[
https://issues.apache.org/jira/browse/KAFKA-15619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17775988#comment-17775988
]
Deng Ziming commented on KAFKA-15619:
-------------------------------------
[~showuon] Yes, the stress test is using default config and
'auto.create.topics.enable' is true, after set this config to false the test no
longer fails. I guess we will send a fetch request when closing and the
ConsumerMetadata is not up to date, so the deleted topics are still in the
fetch request.
> Deleted topics will come back again
> -----------------------------------
>
> Key: KAFKA-15619
> URL: https://issues.apache.org/jira/browse/KAFKA-15619
> Project: Kafka
> Issue Type: Improvement
> Affects Versions: 3.5.0, 3.5.1
> Reporter: Deng Ziming
> Priority: Major
>
> Deleted topics will come back again in Spark structured streaming test after
> upgrade Kafka from 3.4.0 to 3.5.0, related ticket is:
> https://issues.apache.org/jira/browse/SPARK-45529
>
> I have basically inferred that this bug comes from
> https://github.com/apache/kafka/pull/12590
--
This message was sent by Atlassian Jira
(v8.20.10#820010)