tars-utils documentation
Introduction
Instructions
Configuration file parsing
Geocoding
$locatorString = "tars.tarsregistry.QueryObj@tcp -h 127.0.0.1 -p 17890:tcp -h 127.0.0.1 -p 17890";
$locatorInfo = \Tars\Utils::getLocatorInfo($locatorString);[
'locatorName' => 'tars.tarsregistry.QueryObj',
'routeInfo' => [
[
'sHost' => '127.0.0.1',
'sProtocol' => 'tcp',
'iPort' => 17890,
'iTimeout' => '',
'bIp' => '',
'sIp' => ''
],
[
'sHost' => '127.0.0.1',
'sProtocol' => 'tcp',
'iPort' => 17890,
'iTimeout' => '',
'bIp' => '',
'sIp' => ''
]
]
]Node report configuration analysis
Last updated