mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-08 15:52:15 +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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user