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 B5664E083 for ; Thu, 17 Jan 2013 16:55:38 +0000 (UTC) Received: (qmail 732 invoked by uid 500); 17 Jan 2013 16:55:38 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 699 invoked by uid 500); 17 Jan 2013 16:55:38 -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 690 invoked by uid 99); 17 Jan 2013 16:55:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 16:55:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of neha.narkhede@gmail.com designates 209.85.212.178 as permitted sender) Received: from [209.85.212.178] (HELO mail-wi0-f178.google.com) (209.85.212.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2013 16:55:31 +0000 Received: by mail-wi0-f178.google.com with SMTP id hn3so2437079wib.11 for ; Thu, 17 Jan 2013 08:55:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=kU7o3yhB4D57NBkwavTbN67ibNNFA07utQA9co3MC5k=; b=Eg4Ac07tFXB6cDR+ffN85sjP29m5suMIf9VBKlu+4vqVpZi/+e4c43edwQHxSujfGn u1SGcroxlEOw0T89xAs7adogRIJAcjUiTmNnZNwCV1MuGt2w7nW4U/zlcNVghorhnxLr afVpJJ++TrE9IyYha/Arl/7KFyUI9tMp7VsND/LcfOFxbACapOp0qNcIhiqjluZmkf1v ARhi4A0gVZ/nDXVKl90J4wcHpuChVRVIy71jMvqBXLMyBVPlt6PdU5pEr6s+CygMRZ7G Qkd9mDRQEAZtsdJGHyDThPP/3VTdu7Bm8iMTBlKLNkJbWWNX4rxc/lRO/s0hjENRKF1L a72Q== MIME-Version: 1.0 X-Received: by 10.180.93.40 with SMTP id cr8mr17441162wib.15.1358441710275; Thu, 17 Jan 2013 08:55:10 -0800 (PST) Received: by 10.216.31.4 with HTTP; Thu, 17 Jan 2013 08:55:10 -0800 (PST) In-Reply-To: References: Date: Thu, 17 Jan 2013 08:55:10 -0800 Message-ID: Subject: Re: dynamic topic config From: Neha Narkhede To: dev@kafka.apache.org Content-Type: multipart/alternative; boundary=f46d0438932196ccb004d37edb6b X-Virus-Checked: Checked by ClamAV on apache.org --f46d0438932196ccb004d37edb6b Content-Type: text/plain; charset=ISO-8859-1 This will be a useful feature to have. Posted few thoughts on an alternative implementation. Thanks, Neha On Thu, Jan 17, 2013 at 7:56 AM, Jun Rao wrote: > Posted a couple of comments on the wiki. > > Thanks, > > Jun > > On Wed, Jan 16, 2013 at 8:18 PM, Jay Kreps wrote: > > > I added a first pass at a proposal for moving topic configuration into > > zookeeper so that you would specify the config when you created the topic > > and config could be altered without bouncing brokers. I think other > people > > know more about the zookeeper interaction so I probably need help working > > out some of the details for the best way to do that: > > > > https://cwiki.apache.org/confluence/display/KAFKA/Dynamic+Topic+Config > > > > -Jay > > > --f46d0438932196ccb004d37edb6b--