Option Description
------ -----------
--deep-iteration if set, uses deep instead of shallow iteration
--files <file1, file2, ...> REQUIRED: The comma separated list of data and index log files to be dumped
--max-message-size <Integer: size> Size of largest message. (default: 5242880)
--print-data-log if set, printing the messages content when dumping data logs
--verify-index-only if set, just verify the index log without printing its content
2条答案
按热度按时间bvjxkvbb1#
您正在查找dumplogsegments命令。但是,这不会输出csv,因此您必须解析一些内容
https://cwiki.apache.org/confluence/display/kafka/system+tools#systemtools-转储日志段
转储日志段
这可以直接从日志文件打印消息,或者只验证日志的索引是否正确
必需参数“[文件]”
plicqrtu2#
那些文件是加密的。如果你只是为这些主题编写一个消费者并编写一个csv文件,难道不容易吗?