We are facing a state consistency issue when we delete kafka topics. If the topic has a lot of partitions, it may take a while to effectively delete the topic and a timeout can occur (I think it's set to 30s). Eventually Kafka will delete the topic in the background, but Pulumi will still think the topic exist. Next time pulumi destroy is called it will try to delete the topic, but it fails as the topic does not exist anymore.