Skip to content

Commit

Permalink
[Transaction] Add transaction admin (apache#13447)
Browse files Browse the repository at this point in the history
## Motivation
Add the CmdTransactions to PulsarAdminTool
  • Loading branch information
liangyepianzhou authored Dec 23, 2021
1 parent e10bacc commit f97d6e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ public class PulsarAdminTool {
commandMap.put("sink", CmdSinks.class);

commandMap.put("packages", CmdPackages.class);
commandMap.put("transactions", CmdTransactions.class);
}

private static class PulsarAdminSupplier implements Supplier<PulsarAdmin> {
Expand Down

0 comments on commit f97d6e5

Please sign in to comment.