You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/29 11:46:36 UTC

[GitHub] tswstarplanet opened a new issue #2151: The code about the port of Protocol config is not consiste with the description of the Document

tswstarplanet opened a new issue #2151: The code about the port of Protocol config is not consiste with the description of the Document
URL: https://github.com/apache/incubator-dubbo/issues/2151
 
 
   - [ ] I have searched the [issues](https://github.com/apache/incubator-dubbo/issues) of this repository and believe that this is not a duplicate.
   - [ ] I have checked the [FAQ](https://github.com/apache/incubator-dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: latest
   
   ### Step to reproduce this issue
   
   1. Config the protocol, but do not config the port parameter
   2. Start the application integrating dubbo.
   
   According the document, if user does not config the port of protocol. Dubbo will pick a available port that count from the default port dynamically.
   But the actual result is Dubbo just pick the default port. It does not pick an available port dynamically.
   
   So should we modify the code or document ?
   

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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org