Frank Lyaruu created KAFKA-4866:
-----------------------------------
Summary: 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
Priority: Trivial
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)