You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Prateek Maheshwari (JIRA)" <ji...@apache.org> on 2018/10/09 17:13:00 UTC

[jira] [Created] (SAMZA-1941) Reimplement ExponentialSleepStrategy in Java for better scala-java interop

Prateek Maheshwari created SAMZA-1941:
-----------------------------------------

             Summary: Reimplement ExponentialSleepStrategy in Java for better scala-java interop
                 Key: SAMZA-1941
                 URL: https://issues.apache.org/jira/browse/SAMZA-1941
             Project: Samza
          Issue Type: Bug
            Reporter: Prateek Maheshwari
             Fix For: 1.0


Current Scala ExponentialSleepStrategy implementation is awkward to use from Java due to the Java - Scala Function type conversions. E.g.: [https://github.com/apache/samza/pull/662/files#diff-52d8a92e9c8e3d26c4e595919566326a.] We should create a Java implementation with the same semantics as the current implementations.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)