Skip to content

Commit

Permalink
[fix][broker] Update the log print content of createSubscriptions (ap…
Browse files Browse the repository at this point in the history
…ache#18024)

Co-authored-by: huangzegui <[email protected]>
(cherry picked from commit 230e7dc)
(cherry picked from commit 7041727)
  • Loading branch information
Pomelongan authored and nicoloboschi committed Jan 10, 2023
1 parent cae167b commit 86aad49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4460,7 +4460,7 @@ private CompletableFuture<Void> createSubscriptions(TopicName topicName, int num
});

FutureUtil.waitForAll(subscriptionFutures).thenRun(() -> {
log.info("[{}] Successfully created new partitions {}", clientAppId(), topicName);
log.info("[{}] Successfully created subscriptions on new partitions {}", clientAppId(), topicName);
result.complete(null);
}).exceptionally(ex -> {
log.warn("[{}] Failed to create subscriptions on new partitions for {}",
Expand Down

0 comments on commit 86aad49

Please sign in to comment.