You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/02 23:36:04 UTC

[jira] [Commented] (KAFKA-5373) ConsoleConsumer prints out object addresses rather than what is expected

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

ASF GitHub Bot commented on KAFKA-5373:
---------------------------------------

GitHub user apurvam opened a pull request:

    https://github.com/apache/kafka/pull/3218

    KAFKA-5373 : Revert breaking change to console consumer 

    This patch b63e41ea78a58bdea78be33f90bfcb61ce5988d3 since it broke the console consumer -- the consumer prints the addresses of the messages
    instead of the contents with that patch.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apurvam/kafka KAFKA-5373-fix-console-consumer

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3218.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3218
    
----
commit 245d0d83ddf1d190fefe24794182be29b0b0aaa8
Author: Apurva Mehta <ap...@confluent.io>
Date:   2017-06-02T23:33:54Z

    Revert b63e41ea78a58bdea78be33f90bfcb61ce5988d3 since it broke the
    console consumer -- the consumer prints the addresses of the messages
    instead of the contents with that patch.

----


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