Re: A (nginx_module/Perl) Producer that writes to a Kafka Cluster with Replication

2012-12-19 Thread Guy Doulberg
Hi Tobias I am not using a nginx but a tomcat server, but I solved the same problem in this tomcat server. I created a Logback appender that writes to Kafka, My tomcat server uses logback to log each of the requests, I configured this logback to write to a file, and to write to a kafka clu

Re: A (nginx_module/Perl) Producer that writes to a Kafka Cluster with Replication

2012-12-19 Thread Jun Rao
In 0.8, the producer protocol has changed a bit and we don't have a perl implementation yet. The following wiki is intended for people to build producers in languages other than java. https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol Thanks, Jun On Wed, Dec 19, 201