1510 Commits (36d4469326fe20c3f0657315321e6ad515530a3e)
 

Author SHA1 Message Date
Ismael Juma 1a0179f21a HOTFIX; Encode/decode to utf-8 for commit title IO in kafka-merge-pr.py after KAFKA-2384 9 years ago
lvfangmin 4b400afcea KAFKA-2055; Fix transient ConsumerBounceTest.testSeekAndCommitWithBrokerFailure failure. 9 years ago
Jason Gustafson 3c09630844 KAFKA-2386; increase timeouts for transient test failure in ConsumerCoordinatorResponseTests 9 years ago
Stevo Slavić cd3dc7a5c9 MINOR: Added to .gitignore Kafka server logs directory 9 years ago
Ismael Juma b152c0604c KAFKA-2384: Override commit message title in kafka-merge-pr.py 9 years ago
Manikumar Reddy 23a36eb549 KAFKA-2026: fix logging of unsued options always showing null; reviewed by Ewen Cheslack-Postava and Jiangjie Qin 9 years ago
Jason Gustafson be82a2afc9 KAFKA-2350; KafkaConsumer pause/resume API 9 years ago
Stevo Slavić 1162cc1dd3 MINOR: Fixed ConsumerRecord constructor javadoc 9 years ago
David Jacot b7bd2978dc KAFKA-2100; Client Error doesn't preserve or display original server error code when it is an unknown code; Reviewed by Gwen, Guozhang and Ewen 9 years ago
Geoff Anderson e43c9aff92 KAFKA-2276; KIP-25 initial patch 9 years ago
Rajini Sivaram f4101ab3fc KAFKA-2089: Fix transient MetadataTest failure; reviewed by Jiangjie Qin and Guozhang Wang 9 years ago
Ashish Singh 594b963930 KAFKA-2275: Add ListTopics() API to the Java consumer; reviewed by Jason Gustafson, Edward Ribeiro and Guozhang Wang 9 years ago
Ashish Singh 3df46bf4ce KAFKA-2347: Add setConsumerRebalanceListener method to ZookeeperConsumerConnector java api; reviewed by Jiangjie Qin, Ismael Juma, Grant Henke and Guozhang Wang 9 years ago
Ashish Singh 269c2407d4 KAFKA-2381: Fix concurrent modification on assigned partition while looping over it; reviewed by Jason Gustafson, Aditya Auradkar, Ewen Cheslack-Postava, Ismael Juma and Guozhang Wang 9 years ago
Ashish Singh 57386de645 KAFKA-2301: Warn ConsumerOffsetChecker as deprecated; reviewed by Ewen Cheslack-Postava and Guozhang Wang 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
Guozhang Wang 520a8135f4 KAFKA-2353; SocketServer catch exception and close connection properly; reviewed by Gwen Shapira, Ismael Juma and Guozhang Wang 9 years ago
Edward Ribeiro 66c8647d85 KAFKA-2355; Add an unit test to validate the deletion of a partition marked as deleted; patched by Edward Ribeiro, reviewed by Ashish Singh, Ismael Juma and Grant Henke 9 years ago
Ismael Juma 18adec7ed5 KAFKA-2344; kafka-merge-pr improvements 9 years ago
Jason Gustafson fd3b4cc41e KAFKA-2342; KafkaConsumer rebalance with in-flight fetch can cause invalid position 9 years ago
Ismael Juma 2040890462 KAFKA-2328; merge-kafka-pr.py script should not leave user in a detached branch 9 years ago
Grant Henke 1d2bd6284b KAFKA-2337; Verify that metric names will not collide when creating new topics; patched by Grant Henke; reviewed by Edward Ribeiro, Ashish Singh and Gwen Shapira 9 years ago
Gwen Shapira 8463627242 Adding a file missed while committing KAFKA-2345 9 years ago
Ashish Singh a5b11886df KAFKA-2345; Attempt to delete a topic already marked for deletion throws ZkNodeExistsException; patched by Ashish Singh; reviewed by Sriharsha Chintalapani and Ismael Juma 9 years ago
Ismael Juma 15cba9f00d KAFKA-2324; Update to Scala 2.11.7 9 years ago
Ewen Cheslack-Postava 31f621716e kafka-2103; kafka.producer.AsyncProducerTest failure; patched by Ewen Cheslack-Postava; reviewed by Jun Rao 9 years ago
Jason Gustafson 5033b9613e kafka-2271; transient unit test failure in KafkaConfigConfigDefTest.testFromPropsToProps; patched by Jason Gustafson; reviewed by Jun Rao 9 years ago
Alexey Ozeritskiy 1e0ed7a592 kafka-2174; Wrong TopicMetadata deserialization; patched by Alexey Ozeritskiy; reviewed by Jun Rao 9 years ago
Dong Lin 8fa24a6171 kafka-2241; AbstractFetcherThread.shutdown() should not block on ReadableByteChannel.read(buffer); patched by Dong Lin; reviewed by Jun Rao 9 years ago
Ismael Juma 458ebeb04b kafka-2323; Simplify ScalaTest dependency versions; patched by Ismael Juma; reviewed by Jun Rao 9 years ago
Parth Brahmbhatt fa03a7c6c4 KAFKA-2032: validate consumer's partition-assignment config; reviewed by Jason Rosenberg, Sriharsha Chintalapani and Guozhang Wang 9 years ago
Jason Gustafson 83d17e5b24 [MINOR] fix new consumer heartbeat reschedule bug 9 years ago
Jason Gustafson 4fcb7acafe KAFKA-2335; fix comment about thread safety 9 years ago
Jason Gustafson 99c0686be2 KAFKA-2123: add callback in commit api and use a delayed queue for async requests; reviewed by Ewen Cheslack-Postava and Guozhang Wang 9 years ago
Manikumar Reddy a7e0ac3659 KAFKA-2198: kafka-topics.sh exits with 0 status on failures; patched by Manikumar Reddy reviewed by Gwen Shapira 9 years ago
Ashish Singh bdbb9672f5 kafka-972; MetadataRequest returns stale list of brokers; patched by Ashish Singh; reviewed by Jun Rao 9 years ago
Tim Brooks 69b451e289 KAFKA-2312: use atomic long for thread id reference; reviewed by Ewen Cheslack-Postava, Jason Gustafson, Ismael Juma and Guozhang Wang 9 years ago
Joel Koshy 4aba4bc1df Trivial commit - explicitly exclude build/** from rat check 9 years ago
Jason Gustafson 9ca61d1791 KAFKA-1740 follow-up: add state checking in handling heartbeat request; reviewed by Onur Karaman, Ewen Cheslack-Postavam and Guozhang Wang 9 years ago
Geoff Anderson ee88dbb67f KAFKA-2327; broker doesn't start if config defines advertised.host but not advertised.port 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
Gwen Shapira 67b6b9a45b KAFKA-2308: make MemoryRecords idempotent; reviewed by Guozhang Wang 9 years ago
Joel Koshy 4204f4a06b Trivial commit - explicitly exclude build/rat-report.xml from rat check 9 years ago
Dong Lin 23d72bccbe KAFKA-2298; Client Selector can drop connections on InvalidReceiveException without notifying NetworkClient; reviewed by Jason Gustafson and Joel Koshy 9 years ago
Onur Karaman f13dd8024d KAFKA-2313: javadoc fix for KafkaConsumer deserialization; reviewed by Guozhang Wang 10 years ago
Ashish Singh 826276de1e KAFKA-2317: follow-up of KAFKA1367; reviewed by Guozhang Wang 10 years ago
Dong Lin a99f70feb2 KAFKA-2306: add another metric for buffer exhausted; reviewed by Guozhang Wang 10 years ago
Joe Stein ad485e148d KAFKA-2304 Supported enabling JMX in Kafka Vagrantfile patch by Stevo Slavic reviewed by Ewen Cheslack-Postava 10 years ago
Ashish Singh f77dc386c0 kafka-1367; Broker topic metadata not kept in sync with ZooKeeper; patched by Ashish Singh; reviewed by Jun Rao 10 years ago