Has anyone had issues using the Kafka provider to ...
# general
g
Has anyone had issues using the Kafka provider to modify the configuration of RedPanda topics? We are able to use the provider to create and delete topics just fine, but updating the
cleanup.policy
via the
config
yields this error, with log verbosity set to 11:
Copy code
I1026 06:38:44.052086   38298 provider_plugin.go:1617] provider received rpc error `Unknown`: `updating urn:pulumi:stack::project::kafka:index/topic:Topic::my.topic.name: 1 error occurred:
	* Error waiting for topic (my.topic.name) to become ready: couldn't find resource (21 retries)
We know that the provider is able to communicate with the brokers, and crud operations on ACLs work fine.