mirror of
https://github.com/go-micro/go-micro.git
synced 2026-05-22 08:55:28 +02:00
Properly handle the list of the nodes. Send solicit on ControlChannel
This commit is contained in:
@@ -41,10 +41,12 @@ message LookupResponse {
|
||||
repeated Route routes = 1;
|
||||
}
|
||||
|
||||
// QueryRequest queries Table for Routes
|
||||
message QueryRequest{
|
||||
Query query = 1;
|
||||
}
|
||||
|
||||
// QueryResponse is returned by Query
|
||||
message QueryResponse {
|
||||
repeated Route routes = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user