Dustin Cote created KAFKA-4062: ---------------------------------- Summary: Require --print-data-log if --offsets-decoder is enabled for DumpLogOffsets Key: KAFKA-4062 URL: https://issues.apache.org/jira/browse/KAFKA-4062 Project: Kafka Issue Type: Improvement Components: admin Reporter: Dustin Cote Assignee: Dustin Cote Priority: Minor
When using the DumpLogOffsets tool, if you want to print out contents of __consumer_offsets, you would typically use --offsets-decoder as an option. This option doesn't actually do much without --print-data-log enabled, so we should just require it to prevent user errors. -- This message was sent by Atlassian JIRA (v6.3.4#6332)