Guozhang Wang created KAFKA-1192:
------------------------------------
Summary: Enable DumpLogSegments tool to deserialize messages
Key: KAFKA-1192
URL: https://issues.apache.org/jira/browse/KAFKA-1192
Project: Kafka
Issue Type: Bug
Reporter: Guozhang Wang
Currently the DumpLogSegments tool reads the message payloads as strings by
default, which will not display the messages correctly if the messages are
deserialized with another class. By enablding deserialization with a customized
class we can use this tool to debug more issues where I need to read the
message content.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)