Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
None
-
None
-
1
Description
Once MB-31682 is completed, the Go SDK (and maybe all SDK's?) should be enhanced to get a list of nodes running the mobile service.
It should be equivalent in functionality to:
func (agent *Agent) FtsEps() []string {func (agent *Agent) FtsEps() []string { routingInfo := agent.routingInfo.Get() if routingInfo == nil
{ return nil }return routingInfo.ftsEpList}