Re: Prioritized Topics for Kafka

2019-01-26 Thread nick
> On Jan 16, 2019, at 9:51 PM, n...@afshartous.com wrote: > > Hi all, > > On the dev list we’ve been discussing a proposed new feature (prioritized > topics). In a nutshell, when consuming from a set of topics with assigned > priorities, consumption from lower-priority topics only occurs if

Re: Prioritized Topics for Kafka

2019-01-17 Thread Michal Michalski
data > processing > > > due > > > > to message processors being busy processing old data. > > > > > > > > > > > > > On 17 Jan 2019, at 7:55 PM, Tim Ward > > > wrote: > > > > > > > > > > Use cases: processing a

Re: Prioritized Topics for Kafka

2019-01-17 Thread Ryanne Dolan
t; > > providing service, immediate action essential") should be processed > > before > > > low priority alerts ("some minor component has put out a not-very > serious > > > warning, somebody should probably have a look at it when they get > > bored"), &

Re: Prioritized Topics for Kafka

2019-01-17 Thread Subhash Sriram
phone call telling someone "you need to do this now") > > should be processed before non-urgent alerts (a phone call telling > someone > > "FYI, such and such is going to happen in a couple of hours"). > > > > > > Tim Ward > > > > &g

Re: Prioritized Topics for Kafka

2019-01-17 Thread Jeff Widman
such and such is going to happen in a couple of hours"). > > > > Tim Ward > > > > -Original Message- > > From: n...@afshartous.com > > Sent: 17 January 2019 02:52 > > To: users@kafka.apache.org > > Subject: Prioritized Topics for Kafka &g

Re: Prioritized Topics for Kafka

2019-01-17 Thread Tobias Adamson
riginal Message- > From: n...@afshartous.com > Sent: 17 January 2019 02:52 > To: users@kafka.apache.org > Subject: Prioritized Topics for Kafka > > > > Hi all, > > On the dev list we’ve been discussing a proposed new feature (prioritized > topics). In a nutshell, wh

RE: Prioritized Topics for Kafka

2019-01-17 Thread Tim Ward
f hours"). Tim Ward -Original Message- From: n...@afshartous.com Sent: 17 January 2019 02:52 To: users@kafka.apache.org Subject: Prioritized Topics for Kafka Hi all, On the dev list we’ve been discussing a proposed new feature (prioritized topics). In a nutshell, when cons

Prioritized Topics for Kafka

2019-01-16 Thread nick
Hi all, On the dev list we’ve been discussing a proposed new feature (prioritized topics). In a nutshell, when consuming from a set of topics with assigned priorities, consumption from lower-priority topics only occurs if there’s no data flowing in from a higher-priority topic. https:/