Ismael Juma created KAFKA-2399:
----------------------------------
Summary: 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
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)