Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update instructions to include step to bootstrap gradlew

...

Generate Eclipse project files

  • cd <kafka.project.dir>

  • Bootstrap gradle wrapper with: gradle
  • Generate the eclipse projects with: ./gradlew eclipse. This command will create eclipse projects for every project defined in Kafka. 

...

Update libraries and generate IntelliJ project files

  • cd <kafka.project.dir>
  • gradle
  • ./gradlew idea

Create IntelliJ workspace

...