>> 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 is possible. You might want to google around to see exactly how it can be done. I personally never use that approach to debugging. Thanks, Neha On Thu, Dec 22, 2011 at 6:56 AM, S Ahmed <[email protected]> wrote: > I want to learn the kakfa code base, and fairly new to using intellij. > > How do I go about importing the project so I can compile? > > Is it possible to trace the execution path in debug mode so I can see the > read/write paths etc? > > Thanks!
