soondenana commented on a change in pull request #9347:
URL: https://github.com/apache/kafka/pull/9347#discussion_r496263965
##########
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/util/KafkaBasedLog.java
##########
@@ -163,6 +163,18 @@ public void start() {
log.info("Started KafkaBasedLog for topic " + topic);
}
+ /**
+ * Sleep for some time so that topic used for this KafkaBasedLog gets
created. Note that
+ * {@code System.currentTimeMillis()} is not monotonic, so check for that
condition.
Review comment:
Wanted to make least amount of change. I can update the code to use
monotonic 'nanoTime` instead (nanoseconds in Time interface). We will also need
to convert that to milli before passing to sleep (unless we want to add nano to
those interfaces too, like Utils.sleep)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]