[ https://issues.apache.org/jira/browse/KAFKA-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ismael Juma updated KAFKA-2399: ------------------------------- Assignee: Ismael Juma Status: Patch Available (was: Open) > Replace Stream.continually with Iterator.continually > ---------------------------------------------------- > > Key: KAFKA-2399 > URL: https://issues.apache.org/jira/browse/KAFKA-2399 > Project: Kafka > Issue Type: Bug > Reporter: Ismael Juma > Assignee: Ismael Juma > Priority: Minor > > There are two usages of `Stream.continually` and neither of them seems to > need the extra functionality it provides over `Iterator.continually` > (`Stream.continually` allocates `Cons` instances to save the computation > instead of recomputing it if needed more than once). -- This message was sent by Atlassian JIRA (v6.3.4#6332)