[ https://issues.apache.org/jira/browse/KAFKA-5373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ismael Juma resolved KAFKA-5373. -------------------------------- Resolution: Fixed Issue resolved by pull request 3218 [https://github.com/apache/kafka/pull/3218] > ConsoleConsumer prints out object addresses rather than what is expected > ------------------------------------------------------------------------ > > Key: KAFKA-5373 > URL: https://issues.apache.org/jira/browse/KAFKA-5373 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.11.0.0 > Reporter: Colin P. McCabe > Assignee: Apurva Mehta > Priority: Blocker > Fix For: 0.11.0.0 > > > The ConsoleConsumer prints out object addresses rather than what is expected. > {code} > root@2e98af0fa6d6:/# /opt/kafka-dev/bin/kafka-console-consumer.sh > --bootstrap-server 'knode09:9092,knode04:9092,knode12:9092' --topic foo > [6/85] > [B@687e99d8 > [B@c86b9e3 > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)