ppawel commented on issue #31440: URL: https://github.com/apache/beam/issues/31440#issuecomment-2247713777
I just plugged in SolaceIO into our project, and overall looks good so far, but I ran into an issue when trying to run all our tests: com.solacesystems.jcsmp.JCSMPErrorResponseException: 503: Too Many Connections For VPN The smfclient id reached over 500 - it seems that the pipelines in our tests are not closing the Solace connections properly when using SolaceIO (with JmsIO this works fine). We are using the following to stop the streaming pipeline in test teardown: ``` // result is PipelineResult, as returned from the pipeline's run() method result.cancel(); result.waitUntilFinish(); ``` Is there anything additional to be done with SolaceIO? I will look deeper in our code, maybe test code is leaking connections somewhere but otoh, with JmsIO it is working fine. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
