Re: EOF Warning

2015-12-30 Thread Dana Powers
I was thinking kafka logs, but KAFKA-2078 suggests it may be a deeper issue. Sorry, I don't have any better suggestions / ideas right now than you found in that JIRA ticket. -Dana On Wed, Dec 30, 2015 at 10:10 AM, Birendra Kumar Singh wrote: > Looks like there is an open issue reated to the sam

Re: EOF Warning

2015-12-30 Thread Birendra Kumar Singh
Looks like there is an open issue reated to the same. https://issues.apache.org/jira/browse/KAFKA-2078 @Dana Which server logs do you want me to check. Zookeeper or the kafka??I didnt find any stack trace over there though. Its only in my appliation logs that I see them. And it comes as a WARN rat

Re: EOF Warning

2015-12-30 Thread Dana Powers
Do you have access to the server logs? Any error is likely recorded there with a stack trace. You also might check what server version you are connecting to. -Dana On Dec 30, 2015 3:49 AM, "Birendra Kumar Singh" wrote: > I keep getting such warnings intermittenly in my application . The > applic

EOF Warning

2015-12-30 Thread Birendra Kumar Singh
I keep getting such warnings intermittenly in my application . The application connects to a kafka server and pushes messages. None of my messages have failed howeever. The application is a spring application and it uses kafka-clients to establish connection and send messages to kafka kafka-client