Suggested way is to use Samza on top of Kafka and then inject content filtering rules into a Samza system. This will give a "content subscription" system you intend to build.
Or either to use KafkaStreams Can anyone explain a bit regarding this? :) On Thu, May 19, 2016 at 9:32 PM, Gwen Shapira <g...@confluent.io> wrote: > Or you can use KafkaStreams, which is already available in Kafka :) > > On Thu, May 19, 2016 at 2:33 AM, Radoslaw Gruchalski <ra...@gruchalski.com > > > 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" < > > janagan1...@gmail.com> 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. > > > > > > > > > > > > >