jolshan commented on code in PR #20456:
URL: https://github.com/apache/kafka/pull/20456#discussion_r2710061235
##########
transaction-coordinator/src/test/java/org/apache/kafka/coordinator/transaction/TransactionLogTest.java:
##########
@@ -67,15 +66,12 @@ class TransactionLogTest {
);
private sealed interface TxnKeyResult {
- record UnknownVersion(short version) implements TxnKeyResult { }
Review Comment:
Can we get rid of this interface for the test? it doesn't seem to do much.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]