Getting the code
Our code is kept in Apache GitHub repo. You can check it out like this:
git clone https://github.com/apache/kafka.git kafkaInformation on contributing patches can be found here.
Official releases are available here.
The source code for the web site and documentation can be checked out from Apache GitHub repo:
git clone -b asf-site https://github.com/apache/kafka-site.gitTo setup IDEs for development, following this guide on the wiki.