Vamshi Maskuri
Vamshi Maskuri
@jdegoes I have a similar experience working on a port already bound issue with the Kubernetes organization. I have implemented the retry mechanism to allocate port as same as what...
@jdegoes Have a look at this PR
@jdegoes Could you take a time to review this PR?
@jdegoes A gentle reminder to have a look on it 😄
@jdegoes PTAL
@khajavi Have you tried with updated cmds in README.md? sbt-resolver plugin is used for this
It is the library suggested by @guizmaii which works good for this Port bind error. Or else my previous approach of retry logic
Ok, I will add docs for it in a note for Zio-quickstarts in Zio.dev for this problem. I also mention how to configure this plugin instead the updation of here
What about port retry logic? https://github.com/zio/zio-quickstarts/pull/56#issuecomment-2199996319
Yes, it will check for that porr if is already occupied it checks for another free port. So that there is no choice that Port bind error occurs