1474 Commits (7cfdf19b54ab60b9644dcbecccb9130d6621da57)
 

Author SHA1 Message Date
Ismael Juma 47c99f3872 Minor: Fixes to Selector's javadoc 9 years ago
Onur Karaman 63b820c592 KAFKA-2413; New consumer's subscribe(Topic...) api fails if called more than once 9 years ago
Jason Gustafson f6373e4d99 KAFKA-2340: Improve KafkaConsumer Fetcher test coverage 9 years ago
Jason Gustafson 006b45c7e5 KAFKA-2400: Expose heartbeat interval in KafkaConsumer configuration 9 years ago
Andrew Otto 9b1c52d52e MINOR: Fix typo in ReplicaVerificationTool output 9 years ago
Stevo Slavić 907ee7b5ea MINOR: Fixed javadoc for committed return value 9 years ago
Stevo Slavić 4b798f0dee MINOR: auto.offset.reset docs not in sync with validation 9 years ago
Stevo Slavić 95c626dc04 MINOR: ConsumerRecords are organized per topic partition 9 years ago
Grant Henke 27d499fe66 KAFKA-2393: Correctly Handle InvalidTopicException in KafkaApis.getTo… 9 years ago
Jiangjie Qin 85d8218ef4 KAFKA-2401: Fix transient failure in ProducerSendTest.testCloseWithZeroTimeoutFromSenderThread 9 years ago
Grant Henke fc40016cf3 KAFKA-2407: Only create log directory when it will be used 9 years ago
Gwen Shapira 9cefb2a0fb KAFKA-2288; Follow-up to KAFKA-2249 - reduce logging and testing; Reviewd by Jun Rao 9 years ago
Jaikiran Pai 7a666f7aa8 KAFKA-2405; Don't kill the JVM on session establishment failure 9 years ago
Aditya Auradkar a56a79055d kafka-2205; Generalize TopicConfigManager to handle multiple entity configs; patched by Aditya Auradkar; reviewed Jun Rao 9 years ago
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