Merge branch 'dev' into issues/16028
This commit is contained in:
commit
155c1cfeb0
|
|
@ -96,10 +96,14 @@ public class MasterConfig implements Validator {
|
||||||
|
|
||||||
private CommandFetchStrategy commandFetchStrategy = new CommandFetchStrategy();
|
private CommandFetchStrategy commandFetchStrategy = new CommandFetchStrategy();
|
||||||
|
|
||||||
// ip:listenPort
|
/**
|
||||||
|
* The IP address and listening port of the master server in the format 'ip:listenPort'.
|
||||||
|
*/
|
||||||
private String masterAddress;
|
private String masterAddress;
|
||||||
|
|
||||||
// /nodes/master/ip:listenPort
|
/**
|
||||||
|
* The registry path for the master server in the format '/nodes/master/ip:listenPort'.
|
||||||
|
*/
|
||||||
private String masterRegistryPath;
|
private String masterRegistryPath;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue