Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
When implementing HBASE-27109, it is a bit surprise to me that there is no way for me to get the enabled state of a replication peer directly through Admin interface, I need to call listReplicationPeers to find out the ReplicationPeerDescription and then get the enabled state.
I think we should add a method in Admin interface for this.