Re: C/C++ Client

2013-03-28 Thread mrevilgnome
I'm on OSX. It's not going to production on OSX, but I have a requirement that the entire stack be deployable on a developer's machine. OSX does have TLS, but not the local variable __thread. It would need to be reworked to use the pthreads API. That by itself isn't much work it's just I don't know

Re: C/C++ Client

2013-03-28 Thread mrevilgnome
I'm definitely interested. If you publish it please let me know. On Thu, Mar 28, 2013 at 8:33 AM, Rohit Prasad wrote: > I have a working copy of kafka 0.8 producer in c++. > I have not yet published it on github, since I did not get time to clean it > up properly. > If you wait till the weekend,

Linux Packages

2013-03-29 Thread mrevilgnome
Has anyone gone through the effort of packaging Kafka for Ubuntu, Debian, or CentOS? I'm partially through the process for Ubuntu, and I figured I should ask. Thanks. --Matt

Re: Linux Packages

2013-03-31 Thread mrevilgnome
less than 1.0). Overall I'm grateful that Kafka is provided > as open source. > > Manish > > > > On Fri, Mar 29, 2013 at 2:01 PM, mrevilgnome > wrote: > > > Has anyone gone through the effort of packaging Kafka for Ubuntu, Debian, > > or CentOS? I'm partially through the process for Ubuntu, and I figured I > > should ask. Thanks. > > > > --Matt > > >

Re: C/C++ Client

2013-04-01 Thread mrevilgnome
Any interest in open sourcing it now and picking up contributors? On Mon, Apr 1, 2013 at 7:54 AM, Jun Rao wrote: > At LinkedIn, we are also building a native C producer client for 0.8. It > uses non-blocking socket I/O to improve the producer throughput. We plan to > open source it when it's fu