Re: Kafka broker shutting down after running fine for 1-2 hours

2015-01-10 Thread Manikumar Reddy
Are you running kafka as a non-daemon process? If yes, there is a chance process getting killed, if we close terminal. On Sat, Jan 10, 2015 at 9:31 PM, Manikumar Reddy wrote: > Are you seeing any errors/exceptions? Can you paste Kafka log output? > > On Sat, Jan 10, 2015 at 2:42 PM, Kartik Singh

Re: Kafka broker shutting down after running fine for 1-2 hours

2015-01-10 Thread Manikumar Reddy
Sorry.. i missed your link. On Sat, Jan 10, 2015 at 9:31 PM, Manikumar Reddy wrote: > Are you seeing any errors/exceptions? Can you paste Kafka log output? > > On Sat, Jan 10, 2015 at 2:42 PM, Kartik Singh > wrote: > >> Hello, >> We have just started using kafka. Our test setup consists of a si

Re: Kafka broker shutting down after running fine for 1-2 hours

2015-01-10 Thread Manikumar Reddy
Are you seeing any errors/exceptions? Can you paste Kafka log output? On Sat, Jan 10, 2015 at 2:42 PM, Kartik Singh wrote: > Hello, > We have just started using kafka. Our test setup consists of a single > partition. We have integrated kafka to our system successfully with the > help of sample P

Kafka broker shutting down after running fine for 1-2 hours

2015-01-10 Thread Kartik Singh
Hello, We have just started using kafka. Our test setup consists of a single partition. We have integrated kafka to our system successfully with the help of sample Producer example and Low-level Consumer example. The kafka broker and zookeeper are both running with default configurations. The setup