From dev-return-38008-apmail-kafka-dev-archive=kafka.apache.org@kafka.apache.org Mon Aug 3 18:53:06 2015 Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0216118F75 for ; Mon, 3 Aug 2015 18:53:06 +0000 (UTC) Received: (qmail 3480 invoked by uid 500); 3 Aug 2015 18:53:05 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 3396 invoked by uid 500); 3 Aug 2015 18:53:05 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 3378 invoked by uid 99); 3 Aug 2015 18:53:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2015 18:53:05 +0000 Date: Mon, 3 Aug 2015 18:53:05 +0000 (UTC) From: "Ismael Juma (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KAFKA-2399) Replace Stream.continually with Iterator.continually MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)