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