[ https://issues.apache.org/jira/browse/KAFKA-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402472#comment-13402472 ]
Jun Rao commented on KAFKA-375: ------------------------------- Looks good. The only thing is that message format has changed in 0.7.1 slightly (an optional attribute field) and we need to reflect that in design. Once that's fixed, we can commit. /** * A message. The format of an N byte message is the following: * * If magic byte is 0 * * 1. 1 byte "magic" identifier to allow format changes * * 2. 4 byte CRC32 of the payload * * 3. N - 5 byte payload * * If magic byte is 1 * * 1. 1 byte "magic" identifier to allow format changes * * 2. 1 byte "attributes" identifier to allow annotations on the message independent of the version (e.g. compression enabled, type of codec used) * * 3. 4 byte CRC32 of the payload * * 4. N - 6 byte payload * */ > update the site page for the 0.7.1 release download and related changes > ----------------------------------------------------------------------- > > Key: KAFKA-375 > URL: https://issues.apache.org/jira/browse/KAFKA-375 > Project: Kafka > Issue Type: Task > Affects Versions: 0.7.1 > Reporter: Joe Stein > Fix For: 0.7.1 > > Attachments: KAFKA-375.consumerapi.patch, > KAFKA-375.consumerapi.patch.v2, KAFKA-375.patch > > > approved release > https://www.apache.org/dyn/closer.cgi/incubator/kafka/kafka-0.7.1-incubating/ -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira