thetumbled commented on code in PR #23986:
URL: https://github.com/apache/pulsar/pull/23986#discussion_r1955857663
##########
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/NegativeAcksTest.java:
##########
@@ -255,10 +255,17 @@ public void testNegativeAcksWithBackoff(boolean batching,
boolean usePartitions,
final int redeliverCount = 5;
long firstReceivedAt = System.currentTimeMillis();
long expectedTotalRedeliveryDelay = 0;
+ Message<String> msg = null;
Review Comment:
Updated.
--
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]