Hello everyone, Is there a way I could run Kafka from within IntelliJ, in debug mode, and let producers and consumers connect to it?
(I want to run producers and consumers as separate programs on my computer and let them connect to this Kafka which is running under debugger, so that I can put breakpoints in Kafka code in IntelliJ) Thank you Pradyumna