[ 
https://issues.apache.org/jira/browse/KAFKA-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14252777#comment-14252777
 ] 

Gwen Shapira commented on KAFKA-1824:
-------------------------------------

My apologies! 

Additional round of tests revealed that my first patch accidentally breaks what 
was fixed in KAFKA-1711 - i.e. the "WARN Property topic is not valid" message 
returned. Those VerifiableProperties are tricky!

I added a new patch, on top of the one already committed that removes the extra 
properties before creating the producer and eliminates the WARN messages.

> 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
>
>
> 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)

Reply via email to