mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 20:22:12 +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.setTopicName(topicName);
|
||||||
authorityDO.setAccess(TopicAuthorityEnum.READ_WRITE.getCode());
|
authorityDO.setAccess(TopicAuthorityEnum.READ_WRITE.getCode());
|
||||||
authorityService.addAuthority(authorityDO);
|
authorityService.addAuthority(authorityDO);
|
||||||
|
return ResultStatus.SUCCESS;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
LOGGER.error("modify topic failed, clusterId:{} topicName:{} description:{} operator:{} ",
|
LOGGER.error("modify topic failed, clusterId:{} topicName:{} description:{} operator:{} ",
|
||||||
clusterId, topicName, description, operator, e);
|
clusterId, topicName, description, operator, e);
|
||||||
|
|||||||
Reference in New Issue
Block a user