Merge branch 'dev' into issues/16028

This commit is contained in:
Rick Cheng 2024-06-12 13:37:03 +08:00 committed by GitHub
commit 155c1cfeb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -96,10 +96,14 @@ public class MasterConfig implements Validator {
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;
// /nodes/master/ip:listenPort
/**
* The registry path for the master server in the format '/nodes/master/ip:listenPort'.
*/
private String masterRegistryPath;
@Override