Re: kafka and intellij

2011-12-22 Thread Jun Rao
For debugging, you can either start Kafka in intellij or attach intellij to a remote jvm running kafka. To understand kafka, the best place to add break point is KafkaRequestHandler. Thanks, Jun On Thu, Dec 22, 2011 at 10:25 AM, S Ahmed wrote: > easy enough thanks! > > how do you debug then? l

Re: kafka and intellij

2011-12-22 Thread S Ahmed
easy enough thanks! how do you debug then? log to console/file? On Thu, Dec 22, 2011 at 1:12 PM, Neha Narkhede wrote: > >> How do I go about importing the project so I can compile? > > ./sbt idea > > This command generates all the Intellij project files so that you can > open the kafka project i

Re: kafka and intellij

2011-12-22 Thread Neha Narkhede
>> How do I go about importing the project so I can compile? ./sbt idea This command generates all the Intellij project files so that you can open the kafka project in Intellij easily. >> Is it possible to trace the execution path in debug mode so I can see the read/write paths etc? I'm sure it