Github user srdo commented on the issue:
https://github.com/apache/storm/pull/1832
@revans2 I agree, it is best to keep nanos and millis separate. I've
updated Time to pass through to System.currrentTimeMillis for millisecond
methods, and System.nanoTime for nanosecond methods. When simulating everything
gets converted to nanos.
@HeartSaVioR I agree, I'm not really seeing a use case for submillisecond
support in storm-kafka-client, because the things we're currently doing with
timers is to set retry backoffs or commit periods. I don't think anyone would
want either to be less than 1 millisecond.
@hmcl Is there a reason nano/microsecond support is needed?
I've updated Time and Timer to support nanoseconds (hopefully without
introducing bugs).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---