Topic deletion happens async and there is no guarantee when it will happen.
You cannot recreate the topic, until is was deleted. Thus a
try-catch-retry strategy would work. Or you check if topic still exists
before trying to recreate it.
-Matthias
On 11/22/17 3:00 AM, Rumani Kumari wrote:
> Hi,
Hi,
I have recently started working on kafka.
I tried deleting a kafka Topic and as a result the topic is "marked for
Deletion",
When does this topic actually gets deleted?
Can i recreate this topic while it is in status "marked for deletion"?
Thanks,
Rumani Kumari