Skip to content

Commit

Permalink
fix dubbo-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmshsh committed Aug 17, 2023
1 parent 8562ead commit 04865a3
Show file tree
Hide file tree
Showing 35 changed files with 3,814 additions and 753 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 04865a3

Please sign in to comment.