You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/05 21:39:50 UTC

[GitHub] [pulsar] michaeljmarshall commented on a diff in pull request #13993: Make Backoff class thread-safe

michaeljmarshall commented on code in PR #13993:
URL: https://github.com/apache/pulsar/pull/13993#discussion_r843284476


##########
pulsar-client/src/main/java/org/apache/pulsar/client/impl/Backoff.java:
##########
@@ -22,29 +22,59 @@
 import java.time.Clock;
 import java.util.Random;
 import java.util.concurrent.TimeUnit;
-import lombok.Data;
+import lombok.Getter;
 
-// All variables are in TimeUnit millis by default
-@Data

Review Comment:
   @lhotari - are you able to take a look at this again?



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org