Hi, It sounds like rsyslog would need to have an output plugin that acts like a Kafka producer. Probably using this library? https://github.com/edenhill/librdkafka
Best regards, Radu 2013/12/4 Rainer Gerhards <[email protected]> > On Tue, Dec 3, 2013 at 10:51 PM, Gregory Patmore > <[email protected]>wrote: > > > Hi all, > > > > I was wondering if anyone has had any success (or failure for that > matter) > > in creating a message flow that sends messages from rsyslog to a Kafka > > broker. > > > > > I have no idea at all what Kafka is or how it works. Which inbound > protocols does it accept? > > Rainer > > > > Just would like to implement a flexible solution that leverages Kafka for > > analytics processing but also utilizes rsyslog as a flexible point for > > dispatching to other endpoints concurrently without having to make the > app > > developers implement many different appenders in their code bases. > > > > Thanks for any insight/advice in advance, > > > > Gregory Patmore > > _______________________________________________ > > rsyslog mailing list > > http://lists.adiscon.net/mailman/listinfo/rsyslog > > http://www.rsyslog.com/professional-services/ > > What's up with rsyslog? Follow https://twitter.com/rgerhards > > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > > DON'T LIKE THAT. > > > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > DON'T LIKE THAT. > _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

