You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jungtaek Lim (JIRA)" <ji...@apache.org> on 2019/06/24 01:07:00 UTC

[jira] [Created] (SPARK-28142) KafkaContinuousStream ignores user configuration on CONSUMER_POLL_TIMEOUT

Jungtaek Lim created SPARK-28142:
------------------------------------

             Summary: 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


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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org