Skip to content

Commit 8f9c01e

Browse files
rdhabalialhotari
authored andcommitted
[fix][broker] Fix print cluster migration state response (#23535)
(cherry picked from commit 76d0e6c)
1 parent 093da0d commit 8f9c01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdClusters.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ private class GetClusterMigration extends CliCommand {
163163

164164
@Override
165165
void run() throws PulsarAdminException {
166-
getAdmin().clusters().getClusterMigration(cluster);
166+
print(getAdmin().clusters().getClusterMigration(cluster));
167167
}
168168
}
169169

0 commit comments

Comments
 (0)