rvballada commented on code in PR #22932:
URL: https://github.com/apache/beam/pull/22932#discussion_r984693480
##########
sdks/java/io/jms/src/main/java/org/apache/beam/sdk/io/jms/JmsIO.java:
##########
@@ -123,11 +131,13 @@
public class JmsIO {
private static final Logger LOG = LoggerFactory.getLogger(JmsIO.class);
+ private static final long DEFAULT_CLOSE_TIMEOUT = 1000L;
Review Comment:
Indeed no, the tests were good with 60s. We may be able to support a lower
value, but not for sure.
--
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]