Merged
Conversation
ZQKC
requested changes
Jun 26, 2023
Collaborator
There was a problem hiding this comment.
除了代码中评论的问题之外,还要增加一个版本控制信息(必须),增加一个权限点(可选)
版本控制信息(必须补充):
1、版本控制信息参看代码:com.xiaojukeji.know.streaming.km.core.service.version.fe.FrontEndControlVersionItems,相当于在这个类itemList中,增加一个对象,说明一下records清理,支持那个版本到哪一个版本的kafka。增加这个信息的目的是为了前端能够依据这个信息,来控制清理数据的按钮在哪些版本的kafka上能够显示。
权限点(可选补充):
1、权限点代码参看:
参看 src/main/resources/sql/dml-logi.sql 这个sql文件即可,如果不是很清楚,也可以后续再进行补充。这个权限点的作用,就是可以控制那些人有权限操作这个按钮。
km-biz/src/main/java/com/xiaojukeji/know/streaming/km/biz/topic/impl/OpTopicManagerImpl.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/xiaojukeji/know/streaming/km/core/service/topic/impl/OpTopicServiceImpl.java
Show resolved
Hide resolved
ZQKC
approved these changes
Jun 27, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
增加Truncate数据功能(#1043)
目前已经完成后端部分,前端待补充