Re: Starting out with Kafka

2022-11-11 Thread vinay deshpande
pile step is probably something like “compileJava compileScala > compileTestJava compileTestScala” from the top of my head. > > I hope this helps! > -John > > Ps: I don’t think image attachments work with the mailing list. Maybe you > can use a gist? > > On Fri, Nov 11, 2022

Re: Starting out with Kafka

2022-11-11 Thread vinay deshpande
tool and java/scala as program language, > > You can firstly use `./gradlew unitTest` to build it using terminal, > > and reload it in gradle window, sometimes I also change default build > > tool from IDEA to gradle in Preference/Build/build tools/Gradle: > > > > Pa

Starting out with Kafka

2022-11-10 Thread vinay deshpande
Hi All, I have a basic question: I tried importing kafka source code into intellij but there are bunch of imports that IDE cannot find like these: import kafka.api.ApiVersion; import kafka.log.CleanerConfig; import kafka.log.LogConfig; import kafka.log.LogManager; TIA. Thanks, Vinay