Skip to content

Commit

Permalink
remove transaction children atomically
Browse files Browse the repository at this point in the history
  • Loading branch information
moscicky committed Jul 30, 2024
1 parent 384b536 commit d891d4b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ public void createTopic(Topic topic) {
@Override
public void removeTopic(TopicName topicName) {
ensureTopicExists(topicName);
logger.info("Removing topic: " + topicName);

List<String> pathsForRemoval = new ArrayList<>();
String topicMetricsPath = paths.topicMetricsPath(topicName);
Expand Down

0 comments on commit d891d4b

Please sign in to comment.