Hi all, I have created a KIP to support additional message fields in console consumer: KIP-431 - Support of printing additional ConsumerRecord fields in DefaultMessageFormatter <https://cwiki.apache.org/confluence/display/KAFKA/KIP-431%3A+Support+of+printing+additional+ConsumerRecord+fields+in+DefaultMessageFormatter>
The main purpose of the proposed change is to allow printing message offset, partition and headers in console consumer. Changes are backward compatible and impact only console consumer parameters. PR: https://github.com/apache/kafka/pull/4807 Jira ticket: KAFKA-6733 <https://issues.apache.org/jira/browse/KAFKA-6733> I'm waiting for your feedback. Regards, Mateusz Zakarczemny