Description
Since RaftUtils is going to be a public API, we should:
- Use consistent method names: getPeerId vs buildRaftPeersFromStr.
- Use consistent parameter types: PrintStream vs Consumer<String>
- Remove duplicated AbstractCommand.parseInetSocketAddress
Attachments
Issue Links
- is related to
-
RATIS-2058 Define ratis-common-api
- Open
-
RATIS-2095 Move common logic of ratis-shell to RaftUtils so that Ozone shell could share and use common logic
- Resolved
- links to