Open marcin-krystianc opened 4 days ago
:tada: All Contributor License Agreements have been signed. Ready to merge.
:white_check_mark: marcin-krystianc
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.
Fixes: #4904
When a topic is created, all brokers do not immediately know about its existence. That leads to a race condition, where from a producer's perspective topic may seem to be created and deleted immediately afterward. Thus we should wait for the topic propagation time before deleting the topic from the cache.
Test results (no more unknow topic or partition errors):