Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/22598#discussion_r222775548
--- Diff:
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
@@ -647,4 +647,42 @@ package object config {
.stringConf
.toSequence
.createWithDefault(Nil)
+
+ private[spark] val KAFKA_DELEGATION_TOKEN_ENABLED =
--- End diff --
This seems a little redundant. If you set `KAFKA_BOOTSTRAP_SERVERS` - which
is optional - and the protocol needs tokens, then this can be assumed to be
true.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]