Git-Yang commented on a change in pull request #3490:
URL: https://github.com/apache/rocketmq/pull/3490#discussion_r749874437
##########
File path:
client/src/main/java/org/apache/rocketmq/client/impl/consumer/ConsumeMessageConcurrentlyService.java
##########
@@ -61,14 +61,25 @@
private final ScheduledExecutorService scheduledExecutorService;
private final ScheduledExecutorService cleanExpireMsgExecutors;
+ /**
+ * The default retry delay in milliseconds when submitting a {@link
ConsumeRequest} encounters RejectedExecutionException
+ */
+ private static final int DEFAULT_CONSUME_REQUEST_LATER_DELAY_MILLS = 5000;
Review comment:
Can it be configurable?
--
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]