Skip to content

Commit

Permalink
enhance dubbo-admin
Browse files Browse the repository at this point in the history
Signed-off-by: wuyan-dushang <[email protected]>
  • Loading branch information
sjmshsh committed Aug 18, 2023
1 parent 8562ead commit 9bb64c8
Show file tree
Hide file tree
Showing 69 changed files with 6,028 additions and 1,412 deletions.
142 changes: 46 additions & 96 deletions api/mesh/snp.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions api/mesh/snp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ service ServiceNameMappingService{
}

// When dubbo provider start up, it reports its applicationName and its interfaceName,
// and Dubbo consumer will get the service name mapping info by xDS.
// and Dubbo consumer will get the service name mapping info by dds.
message ServiceMappingRequest{
// This is namespace of proxyless dubbo server
// This is namespace of dubbo server
string namespace = 1;

string applicationName = 2;
Expand All @@ -39,4 +39,6 @@ message ServiceMappingRequest{
}

message ServiceMappingResponse{
bool success = 1;
string message = 2;
}
12 changes: 4 additions & 8 deletions api/mesh/snp_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9bb64c8

Please sign in to comment.