gyfora commented on code in PR #19825:
URL: https://github.com/apache/flink/pull/19825#discussion_r893419986


##########
flink-core/src/main/java/org/apache/flink/configuration/SecurityOptions.java:
##########
@@ -132,6 +132,22 @@ public class SecurityOptions {
                     .withDescription(
                             "The time period when keytab login happens 
automatically in order to always have a valid TGT.");
 
+    @Documentation.Section(Documentation.Sections.SECURITY_AUTH_KERBEROS)
+    public static final ConfigOption<Duration> KERBEROS_TOKENS_RETRY_BACKOFF =
+            key("security.kerberos.tokens.retry.backoff")

Review Comment:
   sorry just to connect the 2 configs maybe even better would be 
`security.kerberos.tokens.renewal.retry.backoff` so they have a common prefix



-- 
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]

Reply via email to