826 Commits (74c54c7eeb236cbf66710751165ea9f632cf3f52)
 

Author SHA1 Message Date
Neha Narkhede 74c54c7eeb KAFKA-1281 add the new producer to existing tools; reviewed by Jun Rao and Guozhang Wang 11 years ago
Martin Kleppmann c3520fe7e0 kafka-server-stop.sh doesn't stop broker; reviewed by Neha Narkhede 11 years ago
Jay Kreps 6319f26e6f TRIVIAL: Fix spurious logging in console consumer. 11 years ago
Jay Kreps 4524f384dc KAFKA-1286: Trivial fix up: Use || instead of |. 11 years ago
Jay Kreps 2404191be9 KAFKA-1286 Follow-up comment from Jun: Change the backoff default time configuration. 11 years ago
Jay Kreps 5ba48348b3 KAFKA-1286 Retry can block. Patch from Guozhang, reviewed by jay. 11 years ago
Joe Stein 153ac8aa60 KAFKA-1288 add enclosing dir in release tar gz patch by Jun Rao, reviewed by Neha Narkhede 11 years ago
Joe Stein 77118a935e KAFKA-1289 Misc. nitpicks in log cleaner for new 0.8.1 features patch by Jay Kreps, reviewed by Sriram Subramanian and Jun Rao 11 years ago
Jun Rao 40c6555eb0 kafka-1287; enable log4j in command line tools using the new producer; patched by Jun Rao; reviewed by Guozhang Wang and Neha Narkhede 11 years ago
Jun Rao 220cc842a6 kafka-1285; enable log4j in unit test; patched by Jun Rao; reviewed by Neha Narkhede 11 years ago
Rajasekar Elango 8cdb234ad8 kafka-1041; Number of file handles increases indefinitely in producer if broker host is unresolvable; patched by Rajasekar Elango; reviewed by Jun Rao 11 years ago
Jay Kreps f1a53b972e KAFKA-1250 Add logging to new producer. 11 years ago
Jay Kreps a810b8ecbe TRIVIAL: Fix failing producer integration tests. 11 years ago
Guozhang Wang eb6da57492 kafka-1212; System test exception handling does not stop background producer threads; patched by Guozhang Wang; reviewed by Neha Narkhede, Joel Koshy, and Jun Rao 11 years ago
Guozhang Wang 5e2a9a560d KAFKA-1260 Integration Test for New Producer Part II: Broker Failure Handling; reviewed by Jay Kreps, Neha Narkhede and Jun Rao 11 years ago
Jun Rao 57be6c81a7 kafka-1280; exclude kafka-clients jar from dependant-libs dir; patched by Jun Rao; reviewed by Neha Narkhede 11 years ago
Nathan Brown edbed2823f kafka-1278; More flexible helper scripts; patched by Nathan Brown; reviewed by Jun Rao 11 years ago
Sriram Subramanian 00afb619cb Check delete state of topic 11 years ago
Sriram Subramanian 5b80758b57 Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk 11 years ago
Jay Kreps 3955915a5f KAFKA-1279 Socket server should close all connections when it is shutdown. 11 years ago
Sriram Subramanian 5de68ef4ae Merge branch 'trunk' of http://git-wip-us.apache.org/repos/asf/kafka into trunk 11 years ago
Jay Kreps 993e1aac8f KAFKA-1276 Make topic command list the possible topic-level configs that are available. 11 years ago
Guozhang Wang 6ab9b1ecd8 kafka-1235; Enable server to indefinitely retry on controlled shutdown; patched by Guozhang Wang; reviewed by Jun Rao 11 years ago
Jun Rao 90bea0b12e kafka-1271; controller logs exceptions during ZK session expiration; patched by Jun Rao; reviewed by Guozhang Wang and Jay kreps 11 years ago
Jun Rao d392f56b80 trivial change to use the correct path of kafka-clients.jar in kafka-run-class.sh 11 years ago
Joe Stein a8297cc6ca KAFKA-1254 remove vestigial sbt patch by Joe Stein; reviewed by Jun Rao 11 years ago
Joe Stein 16c69a844f KAFKA-1274 gradle.properties needs the variables used in the build.gradle patch by Joe Stein; Reviewed by Jun Rao 11 years ago
Jay Kreps 22f76d8b36 Fix compile issue from last commit. Oops. :-( 11 years ago
Jay Kreps 3f0b67b6ac KAFKA-1252 Implement retries in new producer. 11 years ago
Kostya Golikov f550cc76cd Liars in PrimitiveApiTest that promise to test api in compression mode, but don't do this actually; patched by Kostya Golikov; reviewed by Guozhang Wang and Jun Rao 11 years ago
Joe Stein dc5a993e67 KAFKA-1245 the jar files and pom are not being signed so nexus is failing to publish them patch by Joe Stein; Reviewed by Jun Rao 11 years ago
Joe Stein 5be973674f KAFKA-1263 Snazzy up the README markdown for better visibility on github; patched by Joe Stein; reviewed by Neha Narkhede 11 years ago
Guozhang Wang 3d830c9ef1 KAFKA-1188 Stale LeaderAndIsr request could be handled by the broker on Controller failover; reviewed by Neha, Jun 11 years ago
Jay Kreps 7e154a36f7 KAFKA-1261 Make it possible to configure the metadata refresh. 11 years ago
Guozhang Wang 84a5803a7e KAFKA-1233 Follow up changes to new producer integration test; reviewed by Jay Kreps 11 years ago
Jun Rao b494cd9de6 kafka-1244,kafka-1246,kafka-1249; various gradle issues for release; patched by Jun Rao; reviewed by Neha Narkhede 11 years ago
Jay Kreps ef1e30bf5b KAFKA-1259 Close blocked only until all messages had been sent not until all acknowledgements had been received. 11 years ago
Jay Kreps e1845ba1d8 KAFKA-1257 Only send metadata requests to nodes with no in-flight requests. 11 years ago
Neha Narkhede cdd03d1994 KAFKA-1237 Follow up review suggestions on new mirror maker; reviewed by Guozhang Wang 11 years ago
Neha Narkhede d6303ec79e KAFKA-1233 Adding the new test file 11 years ago
Guozhang Wang a0939f412d KAFKA-1233 Integration test for the new producer; reviewed by Jay Kreps and Neha Narkhede 11 years ago
Neha Narkhede 71e21c6bac KAFKA-1237 mirror maker using 08 consumer and 09 producer; reviewed by Jay Kreps and Joel Koshy 11 years ago
Jay Kreps 6b80dbb97b KAFKA-1236 Fix various breakages in the perf tests. Make the producer test use either the old or the new producer. 11 years ago
Jay Kreps 02bb382621 Fix bug in ByteBufferSend that lead to incorrect complete() method. 11 years ago
Jay Kreps d2ec321a03 KAFKA-1238 Move metadata req/resp parsing into its own classes and avoid updating cluster metadata if there are no available nodes. 11 years ago
Jay Kreps 962b5475cb KAFKA-1241 Better error message for underflow on read of struct. 11 years ago
Joe Stein 8014b6ff69 KAFKA-1158 run rat is not needed this is documented now in the release not part of the server running 11 years ago
Neha Narkhede 1a7048d41b KAFKA-330 Delete topic followup - more tests and Joel's review comments 11 years ago
Jun Rao 36eae8f63c trivial fix to add missing license header using .gradlew licenseFormatMain and ./gradlew licenseFormatTest; patched by Jun Rao 11 years ago
Jun Rao 52614ad65e kafka-1171; Gradle build for Kafka; patched by David Arthur, Joe Stein, Chris Freeman and Jun Rao; reviewed by Guozhang Wang, Joel Koshy and Neha Narkhede 11 years ago