Skip to content

Commit

Permalink
[fix][broker] Fix print cluster migration state response (#23535)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdhabalia authored Nov 1, 2024
1 parent 6bd0308 commit 76d0e6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private class GetClusterMigration extends CliCommand {

@Override
void run() throws PulsarAdminException {
getAdmin().clusters().getClusterMigration(cluster);
print(getAdmin().clusters().getClusterMigration(cluster));
}
}

Expand Down

0 comments on commit 76d0e6c

Please sign in to comment.