[ https://issues.apache.org/jira/browse/KAFKA-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047833#comment-15047833 ]
ASF GitHub Bot commented on KAFKA-2399: --------------------------------------- Github user asfgit closed the pull request at: 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)