DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
public static final String REMOTE_LOG_KEEPLATEST_LATESTENABLE_CONFIG = "remote.log.keeplatest.latestenable"; public static final String REMOTE_LOG_KEEPLATEST_LATESTENABLE_DOC = "Determines whether to upload all segments to remote storage including the latest ones within local retention. " + "When set to true (default), all committed segments will be uploaded without checking local retention constraints. " + "When set to false, only segments beyond local retention period will be uploaded to remote storage."; |
...