Return-Path: X-Original-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-kafka-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 897A0D6C0 for ; Fri, 7 Sep 2012 07:35:02 +0000 (UTC) Received: (qmail 41254 invoked by uid 500); 7 Sep 2012 07:35:02 -0000 Delivered-To: apmail-incubator-kafka-dev-archive@incubator.apache.org Received: (qmail 41003 invoked by uid 500); 7 Sep 2012 07:34:56 -0000 Mailing-List: contact kafka-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kafka-dev@incubator.apache.org Delivered-To: mailing list kafka-dev@incubator.apache.org Received: (qmail 40973 invoked by uid 99); 7 Sep 2012 07:34:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 07:34:55 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.210.47] (HELO mail-pz0-f47.google.com) (209.85.210.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 07:34:48 +0000 Received: by daks35 with SMTP id s35so1756076dak.6 for ; Fri, 07 Sep 2012 00:34:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=RCuxTDT3cv+YLV2XOHUJ6uK2vWxD6RAAJDPHl6VdbLc=; b=J/BRi+akqCEQCvDh/zzWqO9XUYVHsolSRdTIUO7HtUKbhnXe6HJYEsQVZxoJV2z9+T oKfRgd5dUuti2WuSlDUhwejbZamsBBBxRg0YQ0KND27TBP3XCbJN0k+jR1O9N3Ox9p/y 5SqYRcrsRdam6yVey4VRDFWhlHdtdt3f8Nc0834/xzZukMDk526Kv9hb4lp+uS2B4xfv K7/eYfrY7h66SwWZv/KPZb2o67qSC0TGoS5IOmKY0ouzfOC9ll1uy58ioyyjUkkia663 a987/fixCXrUTSK6BgMdxI+LCrq+O9yuGujzHxJkJmnNOo2M8tAerd9eWrdecdmNh37l 4c7w== Received: by 10.66.75.73 with SMTP id a9mr7453327paw.43.1347003266978; Fri, 07 Sep 2012 00:34:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.30.5 with HTTP; Fri, 7 Sep 2012 00:34:06 -0700 (PDT) X-Originating-IP: [78.70.160.36] From: Magnus Edenhill Date: Fri, 7 Sep 2012 09:34:06 +0200 Message-ID: Subject: Apache Kafka C driver To: kafka-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d042f9eec3d51ee04c917a380 X-Gm-Message-State: ALoCoQmjc3iyn9BIkrazUg0HbK8tXKLGR9HIsKbXB/HyR2kg8tWl3U2XzNoKNaRBup1WhNoRjXWr --f46d042f9eec3d51ee04c917a380 Content-Type: text/plain; charset=ISO-8859-1 Hi, for those interested there is now a native C driver for Apache Kafka available. It has both Producer and Consumer support and is based off of version 0.7 of the protocol. For more information, see project home at: https://github.com/edenhill/librd Example application: https://github.com/edenhill/librd/blob/master/examples/rdkafka_example.c#L79 ZooKeeper integration is currently not available but on the backlog. Enjoy! Regards, Magnus Edenhill --f46d042f9eec3d51ee04c917a380--