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 4E8DC200BF1 for ; Tue, 3 Jan 2017 22:57:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4D1C6160B43; Tue, 3 Jan 2017 21:57:00 +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 BC347160B20 for ; Tue, 3 Jan 2017 22:56:59 +0100 (CET) Received: (qmail 87249 invoked by uid 500); 3 Jan 2017 21:56:58 -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 87222 invoked by uid 99); 3 Jan 2017 21:56:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2017 21:56:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 82AB02C1F54 for ; Tue, 3 Jan 2017 21:56:58 +0000 (UTC) Date: Tue, 3 Jan 2017 21:56:58 +0000 (UTC) From: "Matthias J. Sax (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KAFKA-3856) Move inner classes accessible only functions in TopologyBuilder out of public APIs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 Jan 2017 21:57:00 -0000 [ https://issues.apache.org/jira/browse/KAFKA-3856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-3856: ----------------------------------- Labels: api needs-kip (was: api) > Move inner classes accessible only functions in TopologyBuilder out of public APIs > ---------------------------------------------------------------------------------- > > Key: KAFKA-3856 > URL: https://issues.apache.org/jira/browse/KAFKA-3856 > Project: Kafka > Issue Type: Bug > Components: streams > Reporter: Guozhang Wang > Assignee: Matthias J. Sax > Labels: api, needs-kip > > In {{TopologyBuilder}} there are a couple of public functions that are actually only used in the internal classes such as StreamThread and StreamPartitionAssignor, and some accessible only in high-level DSL inner classes, examples include {{addInternalTopic}}, {{sourceGroups}} and {{copartitionGroups}}, etc. But they are still listed in Javadocs since this class is part of public APIs. > We should think about moving them out of the public functions. Unfortunately there is no "friend" access mode as in C++, so we need to think of another way. -- This message was sent by Atlassian JIRA (v6.3.4#6332)