Must have missed that in Kafka-run-class.bat which sets suspend=n by default. Thanks for pointing that out, giving it a try.
And didn On Wed, 16 May 2018 at 22:57, Ted Yu <yuzhih...@gmail.com> wrote: > Have you set the following two environment variables: > > export KAFKA_DEBUG=y; export DEBUG_SUSPEND_FLAG=y; > > The above would freeze the process until debugger is attached. > > Cheers > > On Wed, May 16, 2018 at 2:46 PM, M. Manna <manme...@gmail.com> wrote: > > > Hello, > > > > Is there anyone who can provide a few steps for setting up Eclipse IDE to > > debug Kafka cluster ? Has anyone got eclipse/scala IDE experience in > Kafka > > debugging ? > > > > I have been trying for days, but couldn’t start the debugger to connect > to > > port 5005 when the Cluster is running. Everything else is set up call as > > per github and cwiki docs. > > > > Thanks in advance, > > >