Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BAC80200B49 for ; Tue, 19 Jul 2016 19:57:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B96AF160A76; Tue, 19 Jul 2016 17:57:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 38C77160A8B for ; Tue, 19 Jul 2016 19:57:22 +0200 (CEST) Received: (qmail 16022 invoked by uid 500); 19 Jul 2016 17:57:20 -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 15684 invoked by uid 99); 19 Jul 2016 17:57:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2016 17:57:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9D1C32C0D59 for ; Tue, 19 Jul 2016 17:57:20 +0000 (UTC) Date: Tue, 19 Jul 2016 17:57:20 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KAFKA-3922) Add a copy-constructor to AbstractStream MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 19 Jul 2016 17:57:22 -0000 [ https://issues.apache.org/jira/browse/KAFKA-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15384592#comment-15384592 ] ASF GitHub Bot commented on KAFKA-3922: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1581 > Add a copy-constructor to AbstractStream > ---------------------------------------- > > Key: KAFKA-3922 > URL: https://issues.apache.org/jira/browse/KAFKA-3922 > Project: Kafka > Issue Type: Improvement > Components: streams > Affects Versions: 0.10.0.0 > Reporter: Florian Hussonnois > Assignee: Florian Hussonnois > Priority: Trivial > Labels: api > Fix For: 0.10.1.0, 0.10.0.1 > > > It would be nice to have a copy constructor into the class AbstractStream. > This constructor will allow to decorate KStreamImpl and KTableImpl APIs with new methods without impacting the public API. > I think, this can be special useful for community projects which would like to develop DSL extensions. This constructor will give access to the protected members of the AbstractStream. > I can made a PR if you think this change is possible. -- This message was sent by Atlassian JIRA (v6.3.4#6332)