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

in ConsoleProducer - properties key.separator and parse.key no longer work

    XMLWordPrintableJSON

Details

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

    Description

      Looks like the change in kafka-1711 breaks them accidentally.

      reader.init is called with readerProps which is initialized with commandline properties as defaults.

      the problem is that reader.init checks:
      if(props.containsKey("parse.key"))
      and defaults don't return true in this case.

      Attachments

        1. KAFKA-1824.patch
          1 kB
          Gwen Shapira
        2. KAFKA-1824.patch
          3 kB
          Gwen Shapira
        3. KAFKA-1824_2014-12-22_16:17:42.patch
          14 kB
          Gwen Shapira
        4. KAFKA-1824_2015-02-26_23:05:10.patch
          18 kB
          Gwen Shapira
        5. KAFKA-1824.v1.patch
          11 kB
          Gwen Shapira

        Activity

          People

            gwenshap Gwen Shapira
            gwenshap Gwen Shapira
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: