smiklosovic commented on code in PR #4379: URL: https://github.com/apache/cassandra/pull/4379#discussion_r2445105000
########## conf/cassandra.yaml: ########## @@ -2507,20 +2507,41 @@ drop_compact_storage_enabled: false # This would also apply to system keyspaces. # maximum_replication_factor_warn_threshold: -1 # maximum_replication_factor_fail_threshold: -1 -# + +#role_name_policy: +# # Implementation class of a validator. When not in form of FQCN, the +# # package name org.apache.cassandra.db.guardrails is prepended. +# # By default, there is no validator. +# #validator_class_name: YourValidatorOfRoleNames +# # Implementation class of related generator which generates values which are valid when +# # tested against this validator. When not in form of FQCN, the +# # package name org.apache.cassandra.db.guardrails is prepended. Review Comment: I think `org.apache.cassandra.db.guardrails` is still the right package for this. -- 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]

