[
https://issues.apache.org/jira/browse/KAFKA-4866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismael Juma resolved KAFKA-4866.
--------------------------------
Resolution: Fixed
Fix Version/s: 0.11.0.0
Issue resolved by pull request 2661
[https://github.com/apache/kafka/pull/2661]
> Kafka console consumer property is ignored
> ------------------------------------------
>
> Key: KAFKA-4866
> URL: https://issues.apache.org/jira/browse/KAFKA-4866
> Project: Kafka
> Issue Type: Bug
> Components: core, tools
> Affects Versions: 0.10.2.0
> Environment: Java 8, Mac
> Reporter: Frank Lyaruu
> Assignee: huxi
> Priority: Trivial
> Fix For: 0.11.0.0
>
>
> I'd like to read a topic using the console consumer, which prints the keys
> but not the values:
> kafka-console-consumer --bootstrap-server someserver:9092 --from-beginning
> --property print.key=true --property print.value=false --topic some_topic
> the print.value property seems to be completely ignored (I seems missing in
> the source), but it is mentioned in the quickstart.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)