cmccabe commented on code in PR #19143:
URL: https://github.com/apache/kafka/pull/19143#discussion_r1983855742


##########
metadata/src/main/java/org/apache/kafka/controller/PeriodicTask.java:
##########
@@ -43,6 +50,8 @@ class PeriodicTask {
      */
     private final EnumSet<PeriodicTaskFlag> flags;
 
+    private static final long IMMEDIATE_PERIOD_NS = MILLISECONDS.toNanos(10);

Review Comment:
   Can you add a new constructor that allows setting this? You can leave the 
old constructor with this as the default, of course.



-- 
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]

Reply via email to