lhotari commented on code in PR #23986:
URL: https://github.com/apache/pulsar/pull/23986#discussion_r1955846066
##########
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:
I think that this change is not relevant. In a good coding style it's better
to reduce the scope of variables to minimal instead of reusing variables for
different purposes.
--
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]