Jenkins build is back to normal : kafka-trunk-jdk8 #2089

2017-10-01 Thread Apache Jenkins Server
See

Can't build Kafka project

2017-10-01 Thread Waleed Fateem
Hi everyone, I'm quite new to Kafka from a development perspective and I'm having some issues building the project in Eclipse. I recall being able to do this with the Kafka 0.10.2 source code, but now I'm having issues with the 0.11 code. Steps done so far: - git clone https://github.com/apache

Re: Can't build Kafka project

2017-10-01 Thread Ted Yu
In streams/.classpath , you should have the following lines: FYI On Sun, Oct 1, 2017 at 11:02 AM, Waleed Fateem wrote: > Hi everyone, > > I'm quite new to Kafka from a development perspective and I'm having some > issues building the project in Eclipse. > > I recall being able t

Re: Can't build Kafka project

2017-10-01 Thread Waleed Fateem
Thanks Ted, But do I have to modify this manually or was this supposed to be done after the project is built? I'm missing the following: /kafka/core/build/classes/java/test The core project itself doesn't have any java test source code under src/ On Sun, Oct 1, 2017 at 1:04 PM, Ted Yu wro

Re: How is CorrelationId used for matching request and response

2017-10-01 Thread Javed, Haseeb
I looked in to the code for NetworkClient.java and it all makes sense now. The client fetches the last request sent out the particular server using InFlightRequest.completeNext(String source). The correlationId from this request must match with the correlationId in the response header for them

[jira] [Created] (KAFKA-5999) Offset Fetch Request

2017-10-01 Thread Zhao Weilong (JIRA)
Zhao Weilong created KAFKA-5999: --- Summary: Offset Fetch Request Key: KAFKA-5999 URL: https://issues.apache.org/jira/browse/KAFKA-5999 Project: Kafka Issue Type: Improvement Reporter