jolshan commented on code in PR #14591:
URL: https://github.com/apache/kafka/pull/14591#discussion_r1375122091
##########
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##########
@@ -778,22 +778,22 @@ public void testIdempotenceWithMultipleInflights() throws
Exception {
prepareAndReceiveInitProducerId(producerId, Errors.NONE);
assertTrue(transactionManager.hasProducerId());
- assertEquals(0, transactionManager.sequenceNumber(tp0).longValue());
+ assertEquals(0, transactionManager.sequenceNumber(tp0));
Review Comment:
why were these longs in the first place?
--
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]