KAFKA-6181 Examining log messages with {{--deep-iteration}} should show superset of fields
Printing log data on Kafka brokers using kafka.tools.DumpLogSegments --deep-iteration option doesn't print all the fields. Adding missing fields in the log data on kafka brokers Adding following fields in the deep-interation option:
baseOffset lastOffset baseSequence lastSequence producerEpoch partitionLeaderEpoch size crc
thanks, Nikhil
Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
FAILURE 7975 tests run, 5 skipped, 2 failed. --none--
SUCCESS 8083 tests run, 5 skipped, 0 failed. --none--
SUCCESS 8083 tests run, 5 skipped, 0 failed. --none--
Failure unrelated in the first build, @guozhangwang @dguy @bbejeck @ybyzek Can you please review my pull request? this is my first PR in kafka, Thank you
As an improvement, you could use string templating as it is done higher in the class.
This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please leave a comment asking for a review. If the PR has merge conflicts, update it with the latest from the base branch.
If you are having difficulty finding a reviewer, please reach out on the [mailing list](https://kafka.apache.org/contact).
If this PR is no longer valid or desired, please feel free to close it. If no activity occurs in the next 30 days, it will be automatically closed.
This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to re-open the PR and ask for a review.