healchow commented on code in PR #6168: URL: https://github.com/apache/inlong/pull/6168#discussion_r997645764
########## inlong-manager/manager-web/src/main/resources/application.properties: ########## @@ -64,3 +64,11 @@ openapi.auth.enabled=false # audit view by role, see audit id definitions: https://inlong.apache.org/docs/modules/audit/overview#audit-id audit.admin.ids=3,4,5,6,7,8 audit.user.ids=3,4,5,6,7,8 + +# data cleansing +# if turned on, logically deleted group data will be collected and permanently deleted periodically +group.purge.enabled=false Review Comment: This deletion operation is not limited to the inlong group, but also inlong stream, source, sink, etc. Therefore, the names of the config params should be common. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org