Muneyuki Noguchi created KAFKA-1727:
---------------------------------------
Summary: Fix comment about message format
Key: KAFKA-1727
URL: https://issues.apache.org/jira/browse/KAFKA-1727
Project: Kafka
Issue Type: Bug
Reporter: Muneyuki Noguchi
Priority: Trivial
The comment in Message.scala says the value of "magic" identifier is 2,
bq. 2. 1 byte "magic" identifier to allow format changes, value is 2 currently
but the actual current "magic" value is 0.
{code}
/**
* The current "magic" value
*/
val CurrentMagicValue: Byte = 0
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)