Skip to content

Commit

Permalink
Make admin client namepsaces work with v2 rest endpoints. (apache#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
cckellogg authored and merlimat committed Mar 19, 2018
1 parent 5e541fc commit 440284e
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public interface Namespaces {
* @throws PulsarAdminException
* Unexpected error
*/
@Deprecated
List<String> getNamespaces(String property, String cluster) throws PulsarAdminException;

/**
Expand Down
Loading

0 comments on commit 440284e

Please sign in to comment.