pvary commented on code in PR #21511:
URL: https://github.com/apache/flink/pull/21511#discussion_r1049936886


##########
flink-runtime/src/main/java/org/apache/flink/runtime/security/token/DefaultDelegationTokenManagerFactory.java:
##########
@@ -34,37 +31,21 @@
 import java.io.IOException;
 import java.util.concurrent.ExecutorService;
 
-/** A factory for {@link KerberosDelegationTokenManager}. */
+/** A factory for {@link DefaultDelegationTokenManager}. */
 @Internal
-public class KerberosDelegationTokenManagerFactory {
+public class DefaultDelegationTokenManagerFactory {

Review Comment:
   After the simplification this is a bit thin class for my taste, especially 
for one which is used only in 2 places, but it's your call.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to