1289 Commits (478505632edc8f4b51e4ed561d1adf455256c3e4)
 

Author SHA1 Message Date
Parth Brahmbhatt 5b949c7b1a KAFKA-1805; ProducerRecord should implement equals and hashCode; reviewed by Guozhang Wang 10 years ago
Gwen Shapira eab4f4c9f4 KAFKA-1697; Remove support for producer ack > 1 on the broker; reviewed by Joel Koshy 10 years ago
Guozhang Wang a3d6dcaf1b KAFKA-1948; Fix ConsumerTest.testPartitionReassignmentCallback handling issue; reviewed by Gwen Shapira 10 years ago
Onur Karaman 9fe9913e95 KAFKA-1476 Added a ConsumerCommand tool that will replace other consumer related tools in the future; reviewed by Neha Narkhede 10 years ago
Guozhang Wang 71602de0bb KAFKA-1333 follow-up; Add missing files for the coordinator folder 10 years ago
Guozhang Wang 39cd48de32 KAFKA-1333; Add the consumer coordinator to server; reviewed by Onur Karaman and Jay Kreps 10 years ago
Guozhang Wang 0839def4bd KAFKA-1925; Fix coordinator broker id stuck with INT_MIN; reviewed by Jay Kreps 10 years ago
Jay Kreps 1c6d5bbac6 KAFKA-1915: Add checkstyle for java code. 10 years ago
Joel Koshy f1ba4ff87e KAFKA-1729; Add constructor to javaapi to allow constructing explicitly versioned offset commit requests; reviewed by Jun Rao 10 years ago
Jay Kreps 75a286e430 KAFKA-1760 Follow-up: fix compilation issue with Scala 2.11 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
Jun Rao f689e9b1e3 KAFKA-1902; fix MetricName so that Yammer reporter can work correctly; patched by Jun Rao; reviewed by Manikumar Reddy, Manikumar Reddy and Joel Koshy 10 years ago
Eric Olander 0f6cc0a058 KAFKA-1818 KAFKA-1818 clean up code to more idiomatic scala usage; reviewed by Neha Narkhede and Gwen Shapira 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
jaikiran pai 4aa3dab3de KAFKA-1883 Fix NullPointerException in RequestSendThread; reviewed by Neha Narkhede 10 years ago
Manikumar Reddy 995d0d3693 KAFKA-1109 Need to fix GC log configuration code, not able to override KAFKA_GC_LOG_OPTS; reviewed by Neha Narkhede 10 years ago
Jiangjie Qin ff5cbcacc6 KAFKA-1896; Record size function should check if value is null; reviewed by Guozhang Wang 10 years ago
Jiangjie Qin 8cff9119f8 KAFKA-1890 Fix bug preventing Mirror Maker from successful rebalance; reviewed by Gwen Shapira and Neha Narkhede 10 years ago
Joe Stein 54e53b7312 KAFKA-1891 MirrorMaker hides consumer exception - making troubleshooting challenging patch by Gwen Shapira reviewed by Joe Stein 10 years ago
Aditya Auradkar a0852d477e KAFKA-1848; check consumer shutting down flag inside retry loop; reviewed by Guozhang Wang 10 years ago
Joel Koshy fcc2521858 KAFKA-1823; Fix transient failure in PartitionAssignorTest; reviewed by Guozhang Wang and 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
jaikiran pai 07cff76363 KAFKA-1878; ProducerFailureHandlingTest.testCannotSendToInternalTopic fails with TimeoutException while trying to fetch metadata for topic; patched by jaikiran pai; reviewed by Jun Rao 10 years ago
Manikumar Reddy 49d7f8ee1c KAFKA-1723; num.partitions documented default is 1 while actual default is 2; patched by Manikumar Reddy; reviewed by Jun Rao 10 years ago
Jun Rao 09234f0e52 trivial change to remove -UseCompressedOops option from script 10 years ago
Jun Rao 5174df5377 kafka-1864; Revisit defaults for the internal offsets topic; patched by Jun Rao; reviewed by Jeol Koshy, Neha Narkhede, and Gwen Shapira 10 years ago
Jun Rao 1769642bb7 kafka-1870; Cannot commit with simpleConsumer on Zookeeper only with Java API; patched by Jun Rao; reviewed by Jeol Koshy and Sriharsha Chintalapani 10 years ago
Jun Rao 602d572f63 kafka-1868; ConsoleConsumer shouldn't override dual.commit.enabled to false if not explicitly set; patched by Jun Rao; reviewed by Jeol Koshy 10 years ago
Joel Koshy 45697ed6c6 KAFKA-1499; Trivial follow-up (fix comments and whitespace) 10 years ago
Manikumar Reddy 1c8f89bc73 KAFKA-1499; Broker-side compression configuration; reviewed by Joel Koshy 10 years ago
Manikumar Reddy a611178408 KAFKA-1723 (delta patch to fix javadoc); make the metrics name in new producer more standard; patched by Manikumar Reddy; reviewed by Jun Rao 10 years ago
Jun Rao bfb2da3c82 trivial change to add byte serializer to ProducerPerformance; patched by Jun Rao 10 years ago
Jaikiran Pai e79ebdfe22 KAFKA-1854 Allow JIRA username and password to be prompted in the absence of a jira.ini file, during patch submission; reviewed by Neha Narkhede 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 6f4dea9dbc kafka-1797; (missed parametric in a few files) add the serializer/deserializer api to the new java client; patched by Jun Rao 10 years ago
Gwen Shapira 14779dddb6 KAFKA-1819 Cleaner gets confused about deleted and re-created topics; reviewed by Neha Narkhede 10 years ago
Jaikiran Pai ad4883a0cd KAFKA-1836 metadata.fetch.timeout.ms set to zero blocks forever; reviewed by Neha Narkhede and Ewen Cheslack-Postava 10 years ago
Sriharsha Chintalapani b1b80860a0 KAFKA-1070 Auto assign broker id; reviewed by Neha Narkhede 10 years ago
Jun Rao e52a6181bf kafka-1851; OffsetFetchRequest returns extra partitions when input only contains unknown partitions; patched by Jun Rao; reviewed by Neha Narkhede 10 years ago
Jun Rao a93ef199b2 kafka-1797; (addressing Manikumar Reddy's comment) add the serializer/deserializer api to the new java client; patched by Jun Rao; reviewed by Manikumar Reddy and Neha Narkhede 10 years ago
Joe Stein f82518a850 KAFKA-1512 Fixes for limit the maximum number of connections per ip address patch by Jeff Holoman reviewed by Jay Krepps and Gwen Shapira 10 years ago
Jun Rao 517503db26 kafka-1797; (delta follow-up patch) add the serializer/deserializer api to the new java client; patched by Jun Rao; reviewed by Neha Narkhede 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
Ewen Cheslack-Postava 4471dc08b6 kafka-1642; (followup patch) [Java New Producer Kafka Trunk] CPU Usage Spike to 100% when network connection is lost; patched by Ewen Cheslack-Postava; patched by Ewen Cheslack-Postava; reviewed by Jun Rao 10 years ago
Jiangjie Qin 10c6dec34d KAFKA-1650; (Follow-up patch) to support no data loss in mirror maker; reviewed by Joel Koshy 10 years ago
Gwen Shapira 84521872d1 KAFKA-1824 - fix ConsoleProducer so parse.key and key.separator will work again; reviewed by Neha Narkhede 10 years ago
Jun Rao 92d1d4cd31 kafka-1797; add the serializer/deserializer api to the new java client; patched by Jun Rao; reviewed by Neha Narkhede 10 years ago
Ashish Singh ae0bb84fa7 KAFKA-742: Existing directories under the Kafka data directory without any data cause process to not start; reviewed by Neha Narkhede 10 years ago
Anatoly Fayngelerin 523b36589e kafka-1813; Build fails for scala 2.9.2; patched by Anatoly Fayngelerin; reviewed by Jun Rao 10 years ago