Skip to content

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 and nikhil-ctds committed Dec 20, 2023
1 parent 0377f77 commit a304964
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 a304964

Please sign in to comment.