Details
Description
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.
Attachments
Issue Links
- links to