[ https://issues.apache.org/jira/browse/KAFKA-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14332339#comment-14332339 ]
Neha Narkhede commented on KAFKA-1824: -------------------------------------- [~gwenshap] I'm having trouble applying the patch on trunk - {code} nnarkhed-mn1:kafka nnarkhed$ git apply --check 1824.patch error: patch failed: core/src/main/scala/kafka/tools/ConsoleProducer.scala:36 error: core/src/main/scala/kafka/tools/ConsoleProducer.scala: patch does not apply error: patch failed: core/src/main/scala/kafka/tools/ConsoleProducer.scala:34 error: core/src/main/scala/kafka/tools/ConsoleProducer.scala: patch does not apply {code} > in ConsoleProducer - properties key.separator and parse.key no longer work > -------------------------------------------------------------------------- > > Key: KAFKA-1824 > URL: https://issues.apache.org/jira/browse/KAFKA-1824 > Project: Kafka > Issue Type: Bug > Reporter: Gwen Shapira > Assignee: Gwen Shapira > Fix For: 0.8.3 > > Attachments: KAFKA-1824.patch, KAFKA-1824.patch, > KAFKA-1824_2014-12-22_16:17:42.patch > > > 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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)