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 75459200AC0 for ; Wed, 1 Jun 2016 15:25:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 72106160A4C; Wed, 1 Jun 2016 13:25:32 +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 DCF38160A16 for ; Wed, 1 Jun 2016 15:25:31 +0200 (CEST) Received: (qmail 8088 invoked by uid 500); 1 Jun 2016 13:25:30 -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 8070 invoked by uid 99); 1 Jun 2016 13:25:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2016 13:25:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AE571E0498; Wed, 1 Jun 2016 13:25:29 +0000 (UTC) From: dguy To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request: KAFKA-3561: Auto create through topic for KStream aggreg... Content-Type: text/plain Date: Wed, 1 Jun 2016 13:25:29 +0000 (UTC) archived-at: Wed, 01 Jun 2016 13:25:32 -0000 GitHub user dguy opened a pull request: https://github.com/apache/kafka/pull/1453 KAFKA-3561: Auto create through topic for KStream aggregation and join [WIP] @guozhangwang can you please take a look at this? It is not close to being done but i'd like some feedback to ensure i'm heading down the right path and understand what this JIRA is asking. The main things to look at are the `KStreamImpl.map(...)` method I added and the change made to `TopologyBuilder.copartitionGroups` There is also a test, `KStreamRepartitionMappedKeyTest`, that passes with these changes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dguy/kafka KAFKA-3561 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1453.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1453 ---- commit 053c809b5aa322327988909d53027d4682df6825 Author: Damian Guy Date: 2016-06-01T13:03:23Z repartition through internal topic on KStream.map() ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---