Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin-client doesn't handle situations when topics are in "marked for deletion" state #71

Open
im-konge opened this issue Nov 30, 2023 · 2 comments

Comments

@im-konge
Copy link
Member

During our testing we are usually creating, deleting, and then recreating the Kafka topics in relatively quick way (and after few seconds/minutes), so we are sometimes hitting issues that topic that we want to recreate is in marked for deletion state.

This "label" cannot be listed using the listTopics() or anything like that.

We should investigate how we can fix this - either waiting in the delete method for the actual deletion (trying to delete it with some error handling + having some kind of --wait flag) or try to create the topic multiple times.

@kasanitej
Copy link

Yikes this has not picked yet

@im-konge
Copy link
Member Author

Hey @kasanitej
Not yet, yes. We didn't discussed the approach on how we should fix this.
Would you like to take a look at that?
Or you are waiting for this to be fixed in the test-clients?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants