[
https://issues.apache.org/jira/browse/KAFKA-14579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17843219#comment-17843219
]
Chia-Ping Tsai commented on KAFKA-14579:
----------------------------------------
After https://github.com/apache/kafka/pull/15652, `DumpLogSegments` only
depends on `TransactionState`, `TransactionLogKey`, `TransactionLogValue`, and
`Decoder`. They can be moved to "transaction-coordinator" module.
`TransactionState can be rewrite by java enum. Both `TransactionLogKey` and
`TransactionLogValue` are generated code, so we need to enable
"transaction-coordinator" to run generation.
`Decoder` needs to be deprecated, so maybe we should file KIP for it first.
> Move DumpLogSegments to tools
> -----------------------------
>
> Key: KAFKA-14579
> URL: https://issues.apache.org/jira/browse/KAFKA-14579
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Mickael Maison
> Assignee: Alexandre Dupriez
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)