Skip to content

Commit

Permalink
HBASE-24683 Add a basic ReplicationServer which only implement Replic…
Browse files Browse the repository at this point in the history
…ationSink Service (#2111)

Signed-off-by: Guanghao Zhang <zghao@apache.org>
  • Loading branch information
ddupg authored and infraio committed Sep 8, 2020
1 parent 54e70e5 commit e053a00
Show file tree
Hide file tree
Showing 4 changed files with 1,060 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public final class DNS {

public enum ServerType {
MASTER("master"),
REGIONSERVER("regionserver");
REGIONSERVER("regionserver"),
REPLICATIONSERVER("replicationserver");

private String name;
ServerType(String name) {
Expand Down
Loading

0 comments on commit e053a00

Please sign in to comment.