-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-28055][SS][DSTREAMS] Add delegation token custom AdminClient configurations. #24875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@koertkuipers the feature is on the way what we've spoken about. Ping me if you think this area lacks something. |
|
Test build #106513 has finished for PR 24875 at commit
|
|
looks good to me |
|
cc @vanzin |
...kafka-0-10-token-provider/src/main/scala/org/apache/spark/kafka010/KafkaTokenSparkConf.scala
Outdated
Show resolved
Hide resolved
|
this branch works for me to set |
|
@koertkuipers Thanks for testing it! |
|
Test build #107072 has finished for PR 24875 at commit
|
|
Test build #107077 has finished for PR 24875 at commit
|
|
Test build #107075 has finished for PR 24875 at commit
|
|
retest this please |
|
Test build #107488 has finished for PR 24875 at commit
|
|
Merging to master. |
…onfigurations. ## What changes were proposed in this pull request? At the moment Kafka delegation tokens are fetched through `AdminClient` but there is no possibility to add custom configuration parameters. In [options](https://spark.apache.org/docs/2.4.3/structured-streaming-kafka-integration.html#kafka-specific-configurations) there is already a possibility to add custom configurations. In this PR I've added similar this possibility to `AdminClient`. ## How was this patch tested? Existing + added unit tests. ``` cd docs/ SKIP_API=1 jekyll build ``` Manual webpage check. Closes apache#24875 from gaborgsomogyi/SPARK-28055. Authored-by: Gabor Somogyi <[email protected]> Signed-off-by: Marcelo Vanzin <[email protected]>
What changes were proposed in this pull request?
At the moment Kafka delegation tokens are fetched through
AdminClientbut there is no possibility to add custom configuration parameters. In options there is already a possibility to add custom configurations.In this PR I've added similar this possibility to
AdminClient.How was this patch tested?
Existing + added unit tests.
Manual webpage check.