gaborgsomogyi opened a new pull request #24875: [SPARK-28055][SS][DSTREAMS] Add 
delegation token custom AdminClient configurations.
URL: https://github.com/apache/spark/pull/24875
 
 
   ## 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.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to