This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from 85c6313be0f KAFKA-20132: Implement TimestampedKeyValueStoreWithHeaders
(4/N) (#21454)
add 434ae67d479 KAFKA-14579: Move DumpLogSegments to tools (#21223)
No new revisions were added by this update.
Summary of changes:
bin/kafka-dump-log.sh | 2 +-
build.gradle | 1 +
checkstyle/import-control.xml | 5 +
checkstyle/suppressions.xml | 5 +-
.../main/scala/kafka/tools/DumpLogSegments.scala | 680 ---------
.../unit/kafka/tools/DumpLogSegmentsTest.scala | 1208 ----------------
.../org/apache/kafka/tools/DumpLogSegments.java | 939 +++++++++++++
.../apache/kafka/tools/DumpLogSegmentsTest.java | 1458 ++++++++++++++++++++
8 files changed, 2407 insertions(+), 1891 deletions(-)
delete mode 100755 core/src/main/scala/kafka/tools/DumpLogSegments.scala
delete mode 100644
core/src/test/scala/unit/kafka/tools/DumpLogSegmentsTest.scala
create mode 100644
tools/src/main/java/org/apache/kafka/tools/DumpLogSegments.java
create mode 100644
tools/src/test/java/org/apache/kafka/tools/DumpLogSegmentsTest.java