Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Mention that JDK 7 should be used for Kafka versions > 0.8.2.x and punctuation consistency fixes

...

make sure JDK 6 is installed if Kafka version <= 0.8.2.x, otherwise JDK 7 should be installed, setup your gradle.properties correctly (see README.md)

...

  • Update kafka-site/downloads.html to include the new download link from mirrors and change last release to use archive.
  • If any doc changes, copy kafka-code/docs/*  pages pages to major release directory ( kafka-site/09X).
  • If any config doc changes, auto-generate the configuration docs and update configuration.html (kafka-site/09X/configuration.html).
  • If any javadoc changes, copy release javadoc to major release directory (kafka-site/09X).

 

0.8.0 and below with SBT

 

...