[ 
https://issues.apache.org/jira/browse/SPARK-28163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan resolved SPARK-28163.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

Issue resolved by pull request 24967
[https://github.com/apache/spark/pull/24967]

> Kafka ignores user configuration on FETCH_OFFSET_NUM_RETRY and 
> FETCH_OFFSET_RETRY_INTERVAL_MS
> ---------------------------------------------------------------------------------------------
>
>                 Key: SPARK-28163
>                 URL: https://issues.apache.org/jira/browse/SPARK-28163
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 3.0.0
>            Reporter: Gabor Somogyi
>            Assignee: Gabor Somogyi
>            Priority: Major
>             Fix For: 3.0.0
>
>
> There are "unsafe" conversions in the Kafka connector.
> CaseInsensitiveStringMap comes in which is then converted the following way:
> {code:java}
> ...
> options.asScala.toMap
> ...
> {code}
> The main problem with this is that such case it looses its case insensitive 
> nature
> (case insensitive map is converting the key to lower case when get/contains 
> called).



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to