yifan-c commented on code in PR #96:
URL: https://github.com/apache/cassandra-sidecar/pull/96#discussion_r1470418067
##########
src/main/java/org/apache/cassandra/sidecar/config/RestoreJobConfiguration.java:
##########
@@ -48,4 +48,11 @@ public interface RestoreJobConfiguration
* @return time to live for restore job tables: restore_job and
restore_slice
*/
long restoreJobTablesTtlSeconds();
+
+ /**
+ * Controls whether the feature to allow server-side the slice assignment
and verification based on the token range
+ * is enabled or not.
+ * @return true if enabled; false otherwise
+ */
+ boolean isServerManagedRangeEnabled();
Review Comment:
Naming is hard. Open to suggestions.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]