
看源代码的时候,看到这个,但是没记,然后看到群里有人这么问,因此这里随便记录一下,万一大家想不起来呢 对吧
/**
* The default network port range the task manager expects incoming IPC connections. The {@code
* "0"} means that the TaskManager searches for a free port.
*
* 任务管理器期望传入IPC连接的默认网口范围。{@code "0"}表示TaskManager搜索空闲端口。
*/
@Documentation.Section({
Documentation.Sections.COMMON_HOST_PORT,
Documentation