Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
[fix][client] Fix print error log 'Auto getting partitions failed' wh…
Browse files Browse the repository at this point in the history
…en expend partition. (apache#21485)
  • Loading branch information
hanmz authored Nov 11, 2023
1 parent 77cd942 commit 0806745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public CompletableFuture<Void> onTopicsExtended(Collection<String> topicsExtende
});
// call interceptor with the metadata change
onPartitionsChange(topic, currentPartitionNumber);
return null;
return future;
}
} else {
log.error("[{}] not support shrink topic partitions. old: {}, new: {}",
Expand Down

0 comments on commit 0806745

Please sign in to comment.