Skip to content

Commit

Permalink
apply comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Technoboy- committed Aug 13, 2022
1 parent 8523016 commit e5a0c29
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,7 @@ protected void internalDeleteNamespaceForcefully(AsyncResponse asyncResponse, bo
} else {
nonPartitionedTopics.add(topic);
}
topicFutures.add(pulsar().getAdminClient().topics().deleteAsync(
topic, true, true));
topicFutures.add(pulsar().getAdminClient().topics().deleteAsync(topic, true));
} catch (Exception e) {
String errorMessage = String.format("Failed to force delete topic %s, "
+ "but the previous deletion command of partitioned-topics:%s "
Expand Down

0 comments on commit e5a0c29

Please sign in to comment.