Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-2776

JsonConverter uses wrong key to look up schema conversion cache size configuration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0.0
    • KafkaConnect
    • None

    Description

      There's a typo where the wrong variable is used as the key when looking up this config. Instead of SCHEMAS_CACHE_CONFIG, we have SCHEMAS_CACHE_SIZE_DEFAULT. We should a) fix the naming of SCHEMAS_CACHE_CONFIG to SCHEMAS_CACHE_SIZE_CONFIG and b) fix the key used when looking up that configuration options. The current code results in always using the default cache size.

      Attachments

        Activity

          People

            ewencp Ewen Cheslack-Postava
            ewencp Ewen Cheslack-Postava
            Gwen Shapira Gwen Shapira
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: