Can't run Kafka core from IDEA

2019-11-30 Thread Kun Song
Hi community, I have clone the most recent Kafka source code (trunk branch), and I do the following: 1. run ./gradlew 2. open the project in IDEA 3. copy the log4j.properties to the core/src/main/resources folder 4. add config/server.properties to the program arguments 5. add slf4j-api and slf4j-lo

Re: Can't run Kafka core from IDEA

2019-11-30 Thread Kun Song
I have figure it out, just add this line to build.gradle: compile libs.slf4jlog4j On Sun, Dec 1, 2019 at 10:22 AM Kun Song wrote: > Hi community, > I have clone the most recent Kafka source code (trunk branch), and I do > the following: > 1. run ./gradlew > 2. open the proj

[Help] Request contributor permissions

2019-11-30 Thread Kun Song
Hi Kafka committers, I want to be added to the contributors list, my JIRA ID is songkun, thank you :)