OK. I assume not a lot of people debug the code using eclipse. In any case could you please share what you think is a convenient way of debugging the code?
Thanks. --Vahid From: Vahid S Hashemian/Silicon Valley/IBM@IBMUS To: dev@kafka.apache.org Date: 12/09/2015 12:25 PM Subject: Setup for debugging Kafka in eclipse Hi all, I'm new to both Kafka and Scala and would like to setup my eclipse IDE to run Kafka in debug mode so I can better trace the execution of various commands to better understand how they are implemented. I set up my dev environment using the instructions at https://cwiki.apache.org/confluence/display/KAFKA/Eclipse-Scala-Gradle-Git+Developement+Environment+Setup . I now have several projects in my workspace (api, client, connect, core, ...) and they seem to be loaded fine - I don't see any error reported by eclipse. I appreciate any pointer that helps me set this up. Thanks. --Vahid