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

Fix comment about message format

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.9.0.0
    • None
    • None

    Description

      The comment in Message.scala says the value of "magic" identifier is 2,

      2. 1 byte "magic" identifier to allow format changes, value is 2 currently

      but the actual current "magic" value is 0.

        /**
         * The current "magic" value
         */
        val CurrentMagicValue: Byte = 0
      

      Attachments

        1. KAFKA-1727.patch
          1 kB
          Muneyuki Noguchi

        Activity

          People

            Muneyuki Noguchi Muneyuki Noguchi
            Muneyuki Noguchi Muneyuki Noguchi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: