cameronlee314 commented on pull request #1499:
URL: https://github.com/apache/samza/pull/1499#issuecomment-831634062


   > What happens if the port requested is not available on the host? I'd 
assume the server creation fails which forces us to use any available port on 
the machine or bail out rendering this configuration a best-effort.
   
   This is a "best-effort" configuration. The startup will fail if the port is 
already in use. The port uniqueness should be ensured before configuring the 
port. Many use cases will want to continue to use dynamic port allocation to 
prevent port conflicts.
   
   I updated the PR description to include more details about the port 
conflicts and usage in Kubernetes.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to