You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2015/12/09 02:23:10 UTC

[jira] [Updated] (KAFKA-2399) Replace Stream.continually with Iterator.continually

     [ https://issues.apache.org/jira/browse/KAFKA-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gwen Shapira updated KAFKA-2399:
--------------------------------
       Resolution: Fixed
    Fix Version/s: 0.9.1.0
           Status: Resolved  (was: Patch Available)

Issue resolved by pull request 106
[https://github.com/apache/kafka/pull/106]

> 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
>             Fix For: 0.9.1.0
>
>
> 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)