[ https://issues.apache.org/jira/browse/KAFKA-680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jun Rao closed KAFKA-680. ------------------------- > ApiUtils#writeShortString uses String length instead of byte length > ------------------------------------------------------------------- > > Key: KAFKA-680 > URL: https://issues.apache.org/jira/browse/KAFKA-680 > Project: Kafka > Issue Type: Bug > Components: clients, core > Reporter: David Arthur > Assignee: David Arthur > Fix For: 0.8 > > Attachments: KAFKA-680.patch, KAFKA-680v1.patch > > > Instead of using the length of the encoded bytes, writeShortString is using > String#length. If non single-byte characters are encoded, then things go > wrong then decoding the string with readShortString -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira