68 Commits (8f32617e6506a5f67d4f922f4088507994ba91ef)

Author SHA1 Message Date
Ewen Cheslack-Postava d7340503a1 KAFKA-2613; Make maxParallelForks configurable via Gradle config so it can be turned down on shared build infrastructure. 9 years ago
Gwen Shapira 7915396ee8 KAFKA-2203: Getting Java8 to relax about javadoc and let our build pass 9 years ago
Manikumar reddy O 4016011457 KAFKA-2425; Copy latest docs to kafka repo docs/ directory 9 years ago
Guozhang Wang 263c10ab7c KIP-28: Add a processor client for Kafka Streaming 9 years ago
Stevo Slavic 17f85fcdef KAFKA-2492; Upgraded zkclient dependency from 0.5 to 0.6 9 years ago
Ewen Cheslack-Postava 492bfdfa87 KAFKA-2367; Add Copycat runtime data API. 9 years ago
Ismael Juma 6acd37720d KAFKA-2457; Fix how the argument is passed to `compileScala` 9 years ago
Ismael Juma 3285a9c890 KAFKA-2457; StackOverflowError during builds 9 years ago
Manikumar Reddy 9a6b573349 KAFKA-1901; Move Kafka version to be generated in code by build (instead of in manifest); reviewed by Ismael Juma, Joel Koshy, Jason Rosenberg 9 years ago
Sriharsha Chintalapani 9e2c683f55 kafka-1690; Add SSL support to Kafka Broker, Producer and Consumer; patched by Sriharsha Chintalapani; reviewed Rajini Sivaram, Joel Koshy, Michael Herstine, Ismael Juma, Dong Lin, Jiangjie Qin and Jun Rao 9 years ago
Sriharsha Chintalapani 786867c2e1 KAFKA-2438; add maxParallelForks to build.gradle to speedup tests. 9 years ago
Aditya Auradkar bbb7d97ade KAFKA-2084; Add per-client-id byte-rate metrics and quota manager; reviewed by Joel Koshy, Dong Lin, Jun Rao and Edward Ribeiro 9 years ago
Ewen Cheslack-Postava f6acfb0891 KAFKA-2366; Initial patch for Copycat 9 years ago
Geoff Anderson e43c9aff92 KAFKA-2276; KIP-25 initial patch 9 years ago
Ismael Juma 4389a11f68 KAFKA-2321; Introduce CONTRIBUTING.md 9 years ago
Ismael Juma fd3a3cd595 KAFKA-2348; Drop support for Scala 2.9 9 years ago
Ismael Juma 15cba9f00d KAFKA-2324; Update to Scala 2.11.7 9 years ago
Ismael Juma 458ebeb04b kafka-2323; Simplify ScalaTest dependency versions; patched by Ismael Juma; reviewed by Jun Rao 9 years ago
Joel Koshy 4aba4bc1df Trivial commit - explicitly exclude build/** from rat check 9 years ago
Sriharsha Chintalapani 7df39e0394 KAFKA-2316: Drop java 1.6 support; patched by Sriharsha Chintalapani reviewed by Ismael Juma and Gwen Shapira 9 years ago
Joel Koshy 4204f4a06b Trivial commit - explicitly exclude build/rat-report.xml from rat check 9 years ago
Ashish Singh 2d96da05a0 kafka-2132; Move Log4J appender to a separate module; patched by Ashish Singh; reviewed by Gwen Shapira, Aditya Auradkar and Jun Rao 9 years ago
Ewen Cheslack-Postava fd612a2d50 kafka-2248; Use Apache Rat to enforce copyright headers; patched by Ewen Cheslack-Postava; reviewed by Gwen Shapira, Joel Joshy and Jun Rao 9 years ago
Ewen Cheslack-Postava 3d8494bca3 KAFKA-2199 Make signing artifacts optional and disabled by 10 years ago
Ismael Juma 3836c57865 kafka-2185; Update to Gradle 2.4; patched by Ismael Juma; reviewed by Jun Rao 10 years ago
Ismael Juma c60f325014 kafka-2189; Snappy compression of message batches less efficient in 0.8.2.1; patched by Ismael Juma; reviewed by Jun Rao 10 years ago
Parth Brahmbhatt 41ba26273b kafka-2169; Upgrade to zkclient-0.5; patched by Parth Brahmbhatt; reviewed by Jun Rao 10 years ago
Martin Lemanski 22b3db47e7 kafka-1940; Initial checkout and build failing; patched by Martin Lemanski; reviewed by Jun Rao 10 years ago
Neha Narkhede 622e707554 KAFKA-2034 sourceCompatibility not set in Kafka build.gradle; reviewed by Neha Narkhede and Ewen Cheslack-Postava 10 years ago
Ismael Juma 66c6f9b1c4 kafka-2039; Update Scala to 2.10.5 and 2.11.6; patched by Ismael Juma; reviewed by Jun Rao 10 years ago
Jay Kreps 1c6d5bbac6 KAFKA-1915: Add checkstyle for java code. 10 years ago
Jay Kreps 0699ff2ce6 KAFKA-1760: New consumer. 10 years ago
Manikumar Reddy 11ec9bf5a5 KAFKA-1861; Publishing kafka-client:test in order to utilize the helper utils in TestUtils; patched by Manikumar Reddy; reviewed by Jun Rao 10 years ago
jaikiran pai 0b171dee1f KAFKA-1885 Upgrade junit dependency in core to 4.6 version to allow running individual test methods via gradle command line; reviewed by Neha Narkhede 10 years ago
Jun Rao 5d648cfdb1 KAFKA-1876; pom file for scala 2.11 should reference a specific version; patched by Jun Rao; reviewed by Joe Stein and Sriharsha Chintalapani 10 years ago
Manikumar Reddy 688e38ce45 KAFKA-1723; make the metrics name in new producer more standard; patched by Manikumar Reddy; reviewed by Jay Kreps and Jun Rao 10 years ago
Jun Rao 50b734690a kafka-1797; (follow-up patch) add the serializer/deserializer api to the new java client; patched by Jun Rao; reviewed by Jay Kreps 10 years ago
Guozhang Wang 72601f783e KAFKA-1624; bump up default scala version to 2.11.4 to compile with java 8; reviewed by Joe Stein, Gwen Shapira and Joel Koshy 10 years ago
Vladimir Tretyakov 457744a820 kafka-1481; Stop using dashes AND underscores as separators in MBean names; patched by Vladimir Tretyakov; reviewed by Joel Koshy and Jun Rao 10 years ago
Jun Rao 6f4b8a1011 kafka-17693; javadoc should only include client facing packages; patched by Jun Rao; reviewed by Neha Narkhede 10 years ago
Ewen Cheslack-Postava 26ad54c109 kafka-1721; Snappy compressor is not thread safe; patched by Ewen Cheslack-Postava; reviewed by Jun Rao 10 years ago
Jun Rao 2d322a7bd1 kafka-1717; remove netty dependency through ZK 3.4.x; patched by Jun Rao; reviewed by Sriharsha Chintalapani and Neha Narkhede 10 years ago
Ivan Lyutov 5f1ad107b7 kafka-1671; uploaded archives are missing for Scala version 2.11; patched by Ivan Lyutov; reviewed by Jun Rao 10 years ago
Joe Stein 084566b837 kafka-1645; some more jars in our src release; patched by Joe Stein; reviewed by Jun Rao 10 years ago
Joe Stein d2d1ef357b KAFKA-1490 remove gradlew initial setup output from source distribution patch by Ivan Lyutov reviewed by Joe Stein 10 years ago
Ivan Lyutov 6d7057566f kafka-1622; project shouldn't require signing to build; patched by Ivan Lyutov; reviewed by Jun Rao 10 years ago
Roger Hoover f5ab8e1780 kafka-1369; snappy version update 1.1.x; patched by Roger Hoover; reviewed by Jun Rao 10 years ago
Jun Rao 8d0ab1de70 kafka-1619; perf dir can be removed; patched by Jun Rao; reviewed by Guozhang Wang, Neha Narkhede and Stevo Slavic 10 years ago
Joe Stein 3abe3403a1 KAFKA-1502 source jar is empty patch by Jun Rao reviewed by Joe Stein 10 years ago
Joe Stein 2cdc83e85b KAFKA-1485 Upgrade to Zookeeper 3.4.6 and create shim for ZKCLI so system tests can run patch by Gwen Shapira reviewed by Joe Stein and Jun Rao 10 years ago