TeslaCN opened a new issue #1755:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1755


   ## Enhancement
   
   Set port 0 as listen port means let system determine which port to use. It 
should log the actual port rather than 0.
   ```java
           SnapshotService snapshotService = new SnapshotService(REG_CENTER, 0);
           snapshotService.listen();
   ```
   
   ```
   21:08:08.370 [main] INFO  
org.apache.shardingsphere.elasticjob.lite.internal.snapshot.SnapshotService - 
ElasticJob: Snapshot service is running on port '0'
   ```
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to