healchow commented on code in PR #6354: URL: https://github.com/apache/inlong/pull/6354#discussion_r1010225086
########## inlong-manager/manager-web/src/main/resources/application-dev.properties: ########## @@ -82,3 +82,6 @@ data.cleansing.interval.seconds=1800 data.cleansing.before.days=10 # The maximum size of data to be deleted in batch, default is 100 data.cleansing.batchSize=100 + +# Whether to push sort configuration through zk Review Comment: ```suggestion # Whether to use ZooKeeper to manage the Sort task config, default is false, which means not use ZooKeeper ``` ########## inlong-manager/manager-web/src/main/resources/application-dev.properties: ########## @@ -82,3 +82,6 @@ data.cleansing.interval.seconds=1800 data.cleansing.before.days=10 # The maximum size of data to be deleted in batch, default is 100 data.cleansing.batchSize=100 + +# Whether to push sort configuration through zk Review Comment: ```suggestion # Whether to use ZooKeeper to manage the Sort task config, default is false, which means not using ZooKeeper ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
