Skip to main content
Question

Release connection Port of vm instace, used by pipeline in which Http server origin is used


I have developed a pipeline that utilizes an Http Server as the origin. In the configuration of the origin, I have designated port 8000 for the purpose of writing data to the pipeline. However, the issue lies in the fact that the pipeline does not release this port. I aim to utilize the same port for multiple pipelines, distinguishing them by their respective Application-Id. Upon executing the initial pipeline, the port remains occupied and fails to release. Upon attempting to execute a second pipeline using the same origin, I encountered an error message stating "Port is not free."

If anyone got solution, Please Help me out with this.

2 replies

Hamid K
Fan
  • Fan
  • 2 replies
  • February 27, 2024

Hello Shivraj,

 

Maybe use the stream selector to push to a different pipeline/fragment/... based on application id.

This way you can use the same origin.

 

Hope this helps.

 

Cheers


  • Author
  • Roadie
  • 5 replies
  • February 28, 2024

Hi Hamid,
Thanks for replying. Currently I’m working on same way you suggested but I believe this is the temporary solution.


Thanks and regards.


Reply