jiafu1115 commented on PR #20913: URL: https://github.com/apache/kafka/pull/20913#issuecomment-4403036320
@kamalcph thanks so let me summary. if follow statements are ok? (1) -1 : max delay lag. using value based on the local retention settings. (2) 0: default value. if the local retention is -1. 0 mean no check this item. if the local retention is valid positive value. upload at once. (3) for this case: This case: I want to set time-based lag when no limit for size retention retention.ms = 2 days local.retention.ms = 6 hour retention.bytes = -1 no limit by default local.retention.bytes = -2 no limit by default This is one type of common user case that we should give user more experience. In my design. user only need to set remote.copy.lag.ms = 5.5 hour without need to touch remote.copy.lag.ms . this will be help for user. if we use -1 for remote.copy.lag.bytes. -1 is max delay lag as the difinition. it will be somehow confuse. WDTY? -- 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]
