mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
TopicManagerServiceImpl的modifyTopicByOp没有return ResultStatus.SUCCESS;
This commit is contained in:
@@ -419,6 +419,7 @@ public class TopicManagerServiceImpl implements TopicManagerService {
|
||||
authorityDO.setTopicName(topicName);
|
||||
authorityDO.setAccess(TopicAuthorityEnum.READ_WRITE.getCode());
|
||||
authorityService.addAuthority(authorityDO);
|
||||
return ResultStatus.SUCCESS;
|
||||
} catch (Exception e) {
|
||||
LOGGER.error("modify topic failed, clusterId:{} topicName:{} description:{} operator:{} ",
|
||||
clusterId, topicName, description, operator, e);
|
||||
|
||||
Reference in New Issue
Block a user