Re: automatically consume from all topics

2015-09-18 Thread Alexis Midon
; > listening to topic X, partition Y², which is risky and difficult to > > do. > > > > > > > > > > The simplest option, assuming that each topic is independent when > it > > > > comes > > > > > to expectations, is don¹t go wi

Re: automatically consume from all topics

2015-09-12 Thread tao xiao
ng and then, when it detects new topics, for > > each > > > > new topic: start a new instance of your app on a new box that listens > > to > > > > that single topic. It might take a few seconds to startup, but its > > easy > > > > to code, easy

Re: automatically consume from all topics

2015-09-11 Thread Alexis Midon
s > to > > > that single topic. It might take a few seconds to startup, but its > easy > > > to code, easy to maintain, and easy to understand. Which makes for a > > more > > > resilient application. > > > -Erik > > > > > > >

Re: automatically consume from all topics

2015-09-10 Thread tao xiao
new instance of your app on a new box that listens to > > that single topic. It might take a few seconds to startup, but its easy > > to code, easy to maintain, and easy to understand. Which makes for a > more > > resilient application. > > -Erik > > > > > > > &g

Re: automatically consume from all topics

2015-09-10 Thread Gerrit Jansen van Vuuren
;users@kafka.apache.org" > Date: Thursday, September 10, 2015 at 6:09 AM > To: "users@kafka.apache.org" > Subject: automatically consume from all topics > > > Hello, > > Is there a simple way to set up a consumer that automatically picks up all > the top

Re: automatically consume from all topics

2015-09-10 Thread Helleren, Erik
. Which makes for a more resilient application. -Erik From: Joris Peeters Reply-To: "users@kafka.apache.org" Date: Thursday, September 10, 2015 at 6:09 AM To: "users@kafka.apache.org" Subject: automatically consume from all topics Hello, Is there a simple way to se

automatically consume from all topics

2015-09-10 Thread Joris Peeters
Hello, Is there a simple way to set up a consumer that automatically picks up all the topics for all the partitions, dynamically extending its range as new topics get created? The underlying idea is that we want to have a few over-arching consumers (I'm aware that's not great for the scalabili