You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/02/24 17:16:17 UTC

[GitHub] coolbeevip opened a new pull request #414: [SCB-1155] Generate a random free gRPC port when alpha.server.port=0

coolbeevip opened a new pull request #414: [SCB-1155] Generate a random free gRPC port when alpha.server.port=0
URL: https://github.com/apache/servicecomb-pack/pull/414
 
 
   Generate a random port when alpha.server.port=0
   
   The following configuration can be used to configure a random port range [initialPort...initialPort+portCount] 
   
   `alpha.server.initialPort` default bind port 8080
   `alpha.server.portAutoIncrement` enabled automatic Increment, defulat true
   `alpha.server.portCount` try to bind the count
   
   **Note** GrpcStartableStartedEvent  reserve dynamic registration random port to discovery service

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services