csonezp opened a new pull request, #18893:
URL: https://github.com/apache/shardingsphere/pull/18893
Fixes #18554 .
To be compatible with both ways, I modified the start script and gave
default values for port and conf path .
If the user does not set port or conf path, they will be set to
-1/${DEPLOY_DIR}/conf.
The default value for port is -1, that mean user did not specify a port, and
it will return Optional.empty() when getPort.
@TeslaCN is this solution correct? can you give me some suggestions to
improve the code quality? Thanks!
Changes proposed in this pull request:
- support listen on specified addresses
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]