Or you can use KafkaStreams, which is already available in Kafka :) On Thu, May 19, 2016 at 2:33 AM, Radoslaw Gruchalski <[email protected]> wrote:
> Hey, you should have a look at Apache Samza. You put Samza on top of Kafka > and you can inject content filtering rules into a Samza system. This will > give you a "content subscription" system you intend to build. > > Get Outlook for iOS > > > > > On Thu, May 19, 2016 at 1:56 AM -0700, "Janagan Sivagnanasundaram" < > [email protected]> wrote: > > > > > > > > > > > There are two type of publisher-subscriber system, topic based > publisher-subscriber system and content based publisher-subscriber system. > Kafka is a topic based publisher-subscriber system. We wanted to enhance > the kafka to support content based subscriptions. > > > > > >
