spring-cloud / spring-cloud-deployer-local

The Spring Cloud Deployer implementation for a "local" machine
Apache License 2.0
39 stars 53 forks source link

Local Deployer needs to verify ports for launching apps #215

Open cppwfs opened 2 years ago

cppwfs commented 2 years ago

Currently, the server.port assigned to each app is determined by DeployerSocketUtils However, this utility make no guarantee about the subsequent availability of a given port and is therefore unreliable.