880 Commits (4b4102884c8d317fe362523a9f5af20a27a4ee52)

Author SHA1 Message Date
Krzysztof Szafrański be5edd2f8d kafka-1123; Broker IPv6 addresses parsed incorrectly; patched by Krzysztof Szafrański; reviewed by Jun Rao 10 years ago
Dong Lin aa775a199e kafka-1609; New producer metadata response handling should only exclude a PartitionInfo when its error is LEADER_NOT_AVAILABLE; patched by Dong Lin; reviewed by Jun Rao 10 years ago
Jonathan Natkins c6f08b6094 KAFKA-1580; Reject producer requests to internal topics; reviewed by Joel Koshy and Neha Narkhede 10 years ago
Jun Rao 0386790e75 trivial change to remove a compilation warning; patched by Jun Rao 10 years ago
Jun Rao 1d2e776d8c kafka-1571; MetadataTest hangs; patched by Jun Rao; reviewed by Guozhang Wang 10 years ago
Jun Rao 50f2b245c1 kafka-1542 (trivail followup patch to fix NullPointerException); normal IOException in the new producer is logged as ERROR; patched by Jun Rao 10 years ago
David Corley fa34841d98 kafka-1542; normal IOException in the new producer is logged as ERROR; patched by David Corley; reviewed by Jun Rao 10 years ago
Guozhang Wang ff05e9b361 kafka-1533; transient unit test failure in ProducerFailureHandlingTest; reviewed by Guozhang Wang; reviewed by Jun Rao 10 years ago
Jun Rao fc0e03f791 kafka-1462; Add new request and response formats for the new consumer and coordinator communication; patched by Jun Rao; reviewed by Guozhang Wang and Jay Kreps 10 years ago
Jay Kreps 83a9aa55d3 KAFKA-1515 Producer can hang during metadata updates. Patch by Guozhang. 11 years ago
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