[ 
https://issues.apache.org/jira/browse/SPARK-28142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16870728#comment-16870728
 ] 

Apache Spark commented on SPARK-28142:
--------------------------------------

User 'HeartSaVioR' has created a pull request for this issue:
https://github.com/apache/spark/pull/24942

> KafkaContinuousStream ignores user configuration on CONSUMER_POLL_TIMEOUT
> -------------------------------------------------------------------------
>
>                 Key: SPARK-28142
>                 URL: https://issues.apache.org/jira/browse/SPARK-28142
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 3.0.0
>            Reporter: Jungtaek Lim
>            Priority: Major
>
> KafkaContinuousStream has a bug where {{pollTimeoutMs}} is always set to 
> default value, as the value of {{KafkaSourceProvider.CONSUMER_POLL_TIMEOUT}} 
> is {{kafkaConsumer.pollTimeoutMs}} which key-lowercased map has been provided 
> as {{sourceOptions}}.
> This is due to the missing spot, which Map should be passed as 
> CaseInsensitiveStringMap as  SPARK-27106.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to