complone commented on PR #5000:
URL: https://github.com/apache/rocketmq/pull/5000#issuecomment-1236509082
> 细节
Hi, do you mean to apply for a free available port as follows:
```
ServerSocket serverSocket = new ServerSocket(0);
int port = serverSocket.getLocalPort();
```
--
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]