[
https://issues.apache.org/jira/browse/ROCKETMQ-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16290402#comment-16290402
]
ASF GitHub Bot commented on ROCKETMQ-331:
-----------------------------------------
coveralls commented on issue #203: [ROCKETMQ-331] Make DLQ queue nums
configurable
URL: https://github.com/apache/rocketmq/pull/203#issuecomment-351620199
[](https://coveralls.io/builds/14650599)
Coverage decreased (-0.04%) to 39.904% when pulling
**956a2ac50aef5bd2fdd791a9c90dac447547dcfa on lindzh:dlq_config** into
**a79c66ae2c4c9431129bd779e42a25afe6e76686 on apache:develop**.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Make DLQ queue nums configurable
> --------------------------------
>
> Key: ROCKETMQ-331
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-331
> Project: Apache RocketMQ
> Issue Type: New Feature
> Components: rocketmq-broker
> Affects Versions: 4.1.0-incubating
> Reporter: lindzh
> Assignee: yukon
> Fix For: 4.3.0
>
>
> As DLQ queue nums is configured to static as
> {code:java}
> protected final static int DLQ_NUMS_PER_GROUP = 1;
> {code}
> in some cases, we need to get messages from DLQ to recover,but queue nums of
> DLQ is limited and can't expand load.So I want to change the default DLQ
> queue nums default value.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)