提交 502ca604 编写于 作者: Z zhangxu16

fix ci

上级 b822db06
...@@ -189,6 +189,7 @@ public class SendMessageProcessor extends AbstractSendMessageProcessor implement ...@@ -189,6 +189,7 @@ public class SendMessageProcessor extends AbstractSendMessageProcessor implement
topicConfig = this.brokerController.getTopicConfigManager().createTopicInSendMessageBackMethod(newTopic, topicConfig = this.brokerController.getTopicConfigManager().createTopicInSendMessageBackMethod(newTopic,
DLQ_NUMS_PER_GROUP, DLQ_NUMS_PER_GROUP,
PermName.PERM_WRITE | PermName.PERM_READ, 0); PermName.PERM_WRITE | PermName.PERM_READ, 0);
if (null == topicConfig) { if (null == topicConfig) {
response.setCode(ResponseCode.SYSTEM_ERROR); response.setCode(ResponseCode.SYSTEM_ERROR);
response.setRemark("topic[" + newTopic + "] not exist"); response.setRemark("topic[" + newTopic + "] not exist");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册