Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-28163

Kafka ignores user configuration on FETCH_OFFSET_NUM_RETRY and FETCH_OFFSET_RETRY_INTERVAL_MS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • Structured Streaming
    • None

    Description

      There are "unsafe" conversions in the Kafka connector.
      CaseInsensitiveStringMap comes in which is then converted the following way:

      ...
      options.asScala.toMap
      ...
      

      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).

      Attachments

        Issue Links

          Activity

            People

              gsomogyi Gabor Somogyi
              gsomogyi Gabor Somogyi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: