Question

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

  • 23 February 2024
  • 2 replies
  • 23 views

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

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

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