Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ class DefaultAutoTopicCreationManager(
}
}

clearInflightRequests(creatableTopics)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use a try/finally here?


creatableTopicResponses
}

Expand Down