1470 Commits (312e55bf56c4670f0a2701b94dc21bfc8fa2990d)

Author SHA1 Message Date
Alan Lee 8034390ef0 kafka-1406; Fix scaladoc/javadoc warnings; patched by Alan Lee; reviewed by Jun Rao 11 years ago
Jay Kreps cd3ce27d4b KAFKA-1515 Fix a bug that could result in blocking for a long period of time in the producer. Patch from Guozhang Wang. 11 years ago
Jay Kreps e3dfad304e KAFKA-1498 Follow-up: add metric on avg record size. 11 years ago
Jay Kreps f1c6e97d71 KAFKA-1498 Misc. producer performance enhancements. Patch from Guozhang. 11 years ago
Jay Kreps d0c019a07e KAFKA-1316 Follow-up patch for concurrent modification exception. 11 years ago
Jay Kreps 548d1ba093 KAFKA-1326 Refactor Sender to support consumer. 11 years ago
Jun Rao dcc88408c9 KAFKA-1488; new metrics for measuring the ratio when the new producer is block for space allocation; patched by Jun Rao; reviewed by Guozhang Wang and Joel Koshy 11 years ago
Dong Lin bb01847579 KAFKA-1472; Add the compression ratio metrics in the new producer; patched by Dong Lin; reviewed by Guozhang Wang and Jun Rao 11 years ago
Jay Kreps 02311c0642 KAFKA-1468 Misc. improvements from benchmarking. 11 years ago
Joe Stein 547ccedcfa KAFKA-1456 Add LZ4 and LZ4C as a compression codec patch by James Oliver reviewed by Joe Stein 11 years ago
Neha Narkhede bf83131dff KAFKA-1328 follow up: Updated javadoc 11 years ago
Neha Narkhede c24740c7b0 KAFKA-1328 New consumer APIs; reviewed by Jun Rao and Guozhang Wang 11 years ago
Jay Kreps 99f10739b5 KAFKA-1445 Send all partitions, regardless of how full, whenever we are sending a request to a broker. Patch from Guozhang. 11 years ago
Guozhang Wang 93af67cd4f kafka-1359; Followup on K1359: change nanoTime to currentTimeMillis in metrics; patched by Guozhang Wang; reviewed by Neha Narkhede, Jun Rao 11 years ago
Jay Kreps ec075c5a85 KAFKA-1359: Ensure all topic/server metrics registered at once. 11 years ago
Guozhang Wang 8f94bc3315 KAFKA-1366 Multiple Unit Test failures with new producer; reviewed by Neha Narkhede 11 years ago
Jay Kreps 640f3b05ef KAFKA-1337 Rationalize the producer configs. 11 years ago
Jay Kreps 98952b3cc7 KAFKA-1251 Further metric naming standardization. 11 years ago
Timothy Chen 083b6265c9 KAFKA-1341 Client Selector doesn't check connection id properly; reviewed by Jay Kreps and Neha Narkhede 11 years ago
Jay Kreps e287e02b12 KAFKA-1251 Missed one per-node metric. 11 years ago
Jay Kreps 23d7fc4706 KAFKA-1251: Add metrics to the producer. 11 years ago
Neha Narkhede 9bc47bc136 KAFKA-1253 Compression in the new producer: follow up patch to push new files 11 years ago
Guozhang Wang 466a83b78c KAFKA-1253 Compression in the new producer; reviewed by Jay Kreps and Jun Rao 11 years ago
Jun Rao 74e2209251 kafka-1304; unregistered mbean exception in new producer; reviewed by Jay Kreps 11 years ago
Jun Rao cc859dcca7 kafka-1307; potential socket leak in new producer and clean up; reviewed by Jay Kreps, Guozhang Wang and Neha Narkhede 11 years ago
Jun Rao 84a3a9a3d9 kafka-1302; cleanup logging in new producer; reviewed by Jay Kreps, Guozhang Wang and Neha Narkhede 11 years ago
Jun Rao c124bbbb6c kafka-1301; system testcase_0206 fails using the new producer; patched by Jun Rao; reviewed by Jay Kreps 11 years ago
Neha Narkhede 74c54c7eeb KAFKA-1281 add the new producer to existing tools; reviewed by Jun Rao and Guozhang Wang 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
Jun Rao 220cc842a6 kafka-1285; enable log4j in unit test; patched by Jun Rao; reviewed by Neha Narkhede 11 years ago
Jay Kreps f1a53b972e KAFKA-1250 Add logging to new producer. 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
Joe Stein a8297cc6ca KAFKA-1254 remove vestigial sbt patch by Joe Stein; reviewed by Jun Rao 11 years ago
Jay Kreps 3f0b67b6ac KAFKA-1252 Implement retries in new producer. 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
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
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
Jun Rao 36eae8f63c trivial fix to add missing license header using .gradlew licenseFormatMain and ./gradlew licenseFormatTest; patched by Jun Rao 11 years ago
Jay Kreps fa6339c19c Rename client package from kafka.* to org.apache.kafka.* 11 years ago
Jay Kreps 3220af1fe2 TRIVIAL: Fix misc. numerical issues in histogram. 11 years ago
Jay Kreps 253f86e310 Implement a few of the API suggestions from the mailing list. 11 years ago
Jay Kreps 269d16d3c9 KAFKA-1227 New producer! 11 years ago
Joe Stein 9a4ef48ef1 KAFKA-534 remove client library directory 12 years ago