mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
@@ -111,7 +111,7 @@ public class Broker implements Serializable {
|
|||||||
return host;
|
return host;
|
||||||
}
|
}
|
||||||
IpPortData ip = endpointMap.get(endPoint);
|
IpPortData ip = endpointMap.get(endPoint);
|
||||||
return ip == null ? ip.getIp() : host;
|
return ip != null ? ip.getIp() : host;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean alive() {
|
public boolean alive() {
|
||||||
|
|||||||
@@ -59,7 +59,8 @@
|
|||||||
"single-spa": "5.9.3",
|
"single-spa": "5.9.3",
|
||||||
"single-spa-react": "2.14.0",
|
"single-spa-react": "2.14.0",
|
||||||
"webpack-bundle-analyzer": "^4.5.0",
|
"webpack-bundle-analyzer": "^4.5.0",
|
||||||
"knowdesign": "1.3.7"
|
"knowdesign": "1.3.7",
|
||||||
|
"tree-changes": "0.9.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.5.5",
|
"@babel/core": "^7.5.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user