From users-return-19343-apmail-kafka-users-archive=kafka.apache.org@kafka.apache.org Thu Dec 3 15:20:43 2015 Return-Path: X-Original-To: apmail-kafka-users-archive@www.apache.org Delivered-To: apmail-kafka-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A62D9189F1 for ; Thu, 3 Dec 2015 15:20:43 +0000 (UTC) Received: (qmail 79100 invoked by uid 500); 3 Dec 2015 15:20:42 -0000 Delivered-To: apmail-kafka-users-archive@kafka.apache.org Received: (qmail 79054 invoked by uid 500); 3 Dec 2015 15:20:42 -0000 Mailing-List: contact users-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@kafka.apache.org Delivered-To: mailing list users@kafka.apache.org Received: (qmail 79043 invoked by uid 99); 3 Dec 2015 15:20:42 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 15:20:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D61C4C43C5 for ; Thu, 3 Dec 2015 15:20:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.011 X-Spam-Level: X-Spam-Status: No, score=-0.011 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id HJjfFjpqDNCy for ; Thu, 3 Dec 2015 15:20:39 +0000 (UTC) Received: from cme-mx4.cmegroup.com (cme-mx4.cmegroup.com [205.209.193.46]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 0293F201F7 for ; Thu, 3 Dec 2015 15:20:38 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.20,378,1444694400"; d="scan'208";a="34961250" Received: from smnuinsmtp1.prod.ad.merc.chicago.cme.com (HELO SMD1OACSEXC0001.prod.ad.merc.chicago.cme.com) ([172.27.34.66]) by AAD1OACSIRN0002.merc.chicago.cme.com with ESMTP; 03 Dec 2015 15:20:32 +0000 Received: from SMD1OACSEXC0006.prod.ad.merc.chicago.cme.com (10.213.105.35) by SMD1OACSEXC0001.prod.ad.merc.chicago.cme.com (10.213.105.30) with Microsoft SMTP Server (TLS) id 15.0.1104.5; Thu, 3 Dec 2015 09:20:31 -0600 Received: from SMD1OACSEXC0005.prod.ad.merc.chicago.cme.com (10.213.105.34) by SMD1OACSEXC0006.prod.ad.merc.chicago.cme.com (10.213.105.35) with Microsoft SMTP Server (TLS) id 15.0.1104.5; Thu, 3 Dec 2015 09:20:31 -0600 Received: from SMD1OACSEXC0005.prod.ad.merc.chicago.cme.com ([fe80::3444:362a:571b:84aa]) by SMD1OACSEXC0005.prod.ad.merc.chicago.cme.com ([fe80::3444:362a:571b:84aa%19]) with mapi id 15.00.1104.000; Thu, 3 Dec 2015 09:20:31 -0600 From: "Helleren, Erik" To: "users@kafka.apache.org" Subject: Topic creation using new Client Jar - 0.9.0 Thread-Topic: Topic creation using new Client Jar - 0.9.0 Thread-Index: AQHRLd4lLKu107y28EWl9hRE4GncnQ== Date: Thu, 3 Dec 2015 15:20:31 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.213.126.15] Content-Type: text/plain; charset="us-ascii" Content-ID: <6F19AA36D67B6C4CB14E873EF507DF80@cme.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi All, Is it possible to create a topic programmatically with a specific topic con= figuration (number of partitions, replication factor, retention time, etc) = using just the new 0.9.0 client jar? -Erik