Re: Simple Kafka producer in Windows does not run

2014-05-26 Thread Jun Rao
Which version of Kafka are you using? The log before FailedToSendMessage should tell you the cause. Could you paste that? Thanks, Jun On Mon, May 26, 2014 at 6:01 AM, Srivatsan Vengada Nallazhagappan < srivatsanvengad...@infosys.com> wrote: > Hi, > The program given below is not running in

Re: Regarding Kafka message pushing

2014-05-26 Thread Jun Rao
Which version of Kafka are you using? The log before FailedToSendMessage should tell you the cause. Could you paste that? Thanks, Jun On Sun, May 25, 2014 at 10:59 PM, SAURABH VERMA wrote: > Hello, > > I am experimenting with Kafka. Let me explain in brief what I am trying > to do. I am list

Build failed in Jenkins: Kafka-trunk #190

2014-05-26 Thread Apache Jenkins Server
See Changes: [joe.stein] KAFKA-1456 Add LZ4 and LZ4C as a compression codec patch by James Oliver reviewed by Joe Stein -- [...truncated 1939 lines...] java.net.BindException: Address already in

[jira] Subscription: outstanding kafka patches

2014-05-26 Thread jira
Issue Subscription Filter: outstanding kafka patches (96 issues) The list of outstanding kafka patches Subscriber: kafka-mailing-list Key Summary KAFKA-1470 Quickstart documentation contains a minor typo https://issues.apache.org/jira/browse/KAFKA-1470 KAFKA-1468 Improve perf

Simple Kafka producer in Windows does not run

2014-05-26 Thread Srivatsan Vengada Nallazhagappan
Hi, The program given below is not running in Windows through Eclipse while its runs in Unix platform (works fine when I run the same program in Unix where broker is running). Is the kafka producer not supported in windows? I am able to ping the ip address from windows machine however. Pleas

Regarding Kafka message pushing

2014-05-26 Thread SAURABH VERMA
Hello, I am experimenting with Kafka. Let me explain in brief what I am trying to do. I am listening messages from a very high-speed velocity bus, processing them and pushing to a Kafka cluster. The Kafka cluster has 5 broker nodes (and a second setup has 10 broker nodes). I am facing an always

Re: Review Request 21663: Patch for KAFKA-1456

2014-05-26 Thread Joe Stein
> On May 23, 2014, 5:28 p.m., Jun Rao wrote: > > Thanks for the patch. Could we add the new codec in ProducerCompressionTest > > and MessageTest too? Sorry I missed this comment about ProducerCompressionTest the code is in MessageTest MessageCompressionTest and yes should be in ProducerCompres

[jira] [Commented] (KAFKA-1456) Add LZ4 and LZ4C as a compression codec

2014-05-26 Thread Joe Stein (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14008923#comment-14008923 ] Joe Stein commented on KAFKA-1456: -- committed to trunk > Add LZ4 and LZ4C as a compressi

Re: Review Request 21663: Patch for KAFKA-1456

2014-05-26 Thread Joe Stein
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21663/#review43937 --- Ship it! Ship It! - Joe Stein On May 20, 2014, 6:24 a.m., James