mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
fix ci
This commit is contained in:
@@ -189,6 +189,7 @@ public class SendMessageProcessor extends AbstractSendMessageProcessor implement
|
||||
topicConfig = this.brokerController.getTopicConfigManager().createTopicInSendMessageBackMethod(newTopic,
|
||||
DLQ_NUMS_PER_GROUP,
|
||||
PermName.PERM_WRITE | PermName.PERM_READ, 0);
|
||||
|
||||
if (null == topicConfig) {
|
||||
response.setCode(ResponseCode.SYSTEM_ERROR);
|
||||
response.setRemark("topic[" + newTopic + "] not exist");
|
||||
|
||||
Reference in New Issue
Block a user