Amraneze commented on PR #25886:
URL: https://github.com/apache/beam/pull/25886#issuecomment-1477436811

   There are two things with Apache Qpid connector, we can't use static topic. 
The workaround was to use dynamic topic and give a function that returns always 
the same value. Also, with the same connector, we found out that the number of 
ports opened is around 5k (18 workers * 300) which consume the majority of the 
ports in our NAT gateway. But, using the same code of JmsIO without the new 
version of Apache beam works fine.
   
   >Note: We don't want to use the option `numberOfWorkerHarnessThreads`


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

Reply via email to