1470 Commits (312e55bf56c4670f0a2701b94dc21bfc8fa2990d)

Author SHA1 Message Date
Jason Gustafson d1dd1e9026 KAFKA-2403; Add support for commit metadata in KafkaConsumer 9 years ago
Onur Karaman 2837fa5a34 KAFKA-2557: separate REBALANCE_IN_PROGRESS and ILLEGAL_GENERATION error codes 9 years ago
Parth Brahmbhatt 0990b6ba6a KAFKA-2211: Adding simpleAclAuthorizer implementation and test cases. 9 years ago
Jason Gustafson 6ec88f7f8a KAFKA-2532; Remove Consumer reference from rebalance callback 9 years ago
Ashish Singh e18f6860c2 KAFKA-2533: Create a member Metadata.Listener inside KafkaConsumer 9 years ago
Joel Koshy 9dbeb71ab2 Revert "KAFKA-2120; Add a request timeout to NetworkClient (KIP-19); reviewed by Jason Gustafson, Ismael Juma, Joel Koshy, Jun Rao, and Edward Ribeiro" 9 years ago
Mayuresh Gharat da39931afa KAFKA-2120; Add a request timeout to NetworkClient (KIP-19); reviewed by Jason Gustafson, Ismael Juma, Joel Koshy, Jun Rao, and Edward Ribeiro 9 years ago
Parth Brahmbhatt b658e25207 KAFKA-2549: Fixing checkstyle failure resulting due to unused imports… 9 years ago
jholoman d88b5bdfde KAFKA-2504: Stop logging WARN when client disconnects 9 years ago
Ismael Juma 65bf3afe86 KAFKA-2440; Use `NetworkClient` instead of `SimpleConsumer` to fetch data from replica 9 years ago
Jiangjie Qin 845514d623 KAFKA-2389: remove commit type from new consumer. 9 years ago
Ashish Singh fd12396580 KAFKA-1893: Allow regex subscriptions in the new consumer 9 years ago
Geoff Anderson b8b1bca440 KAFKA-2489: add benchmark for new consumer 9 years ago
Ben Stopford f8902981c6 TRIVIAL: change to API doc for seekToEnd() to clarify lazy evaluation 9 years ago
Ismael Juma f25731265e KAFKA-2519; NetworkClient.close should remove node from inFlightRequests 9 years ago
Parth Brahmbhatt 689d170ac3 kafka-2210; KafkaAuthorizer: Add all public entities, config changes and changes to KafkaAPI and kafkaServer to allow pluggable authorizer implementation; patched by Parth Brahmbhatt; reviewed Ismael Juma and Jun Rao 9 years ago
Ismael Juma d02ca36ca1 KAFKA-2411; remove usage of blocking channel 9 years ago
Magnus Reftel ff189fa05c TRIVIAL: Replace "it's" with "its" where appropriate 9 years ago
Jason Gustafson 13c432f795 KAFKA-2486; fix performance regression in new consumer 9 years ago
Ewen Cheslack-Postava 3803e5cb37 KAFKA-2475: Make Copycat only have a Converter class instead of Serializer, Deserializer, and Converter. 9 years ago
Ewen Cheslack-Postava 492bfdfa87 KAFKA-2367; Add Copycat runtime data API. 9 years ago
Jason Gustafson 35eaef7bb4 KAFKA-2388: refactor KafkaConsumer subscribe API 9 years ago
David Jacot 03f850f671 KAFKA-2072: Add StopReplica request/response to o.a.k.common.requests 9 years ago
Gwen Shapira 8b538d62bd KAFKA-1683; persisting session information in Requests 9 years ago
Aditya Auradkar 436b7ddc38 KAFKA-2136; Add throttle time (on quota violation) in fetch/produce 9 years ago
Manikumar Reddy 9a6b573349 KAFKA-1901; Move Kafka version to be generated in code by build (instead of in manifest); reviewed by Ismael Juma, Joel Koshy, Jason Rosenberg 9 years ago
Sriharsha Chintalapani 9e2c683f55 kafka-1690; Add SSL support to Kafka Broker, Producer and Consumer; patched by Sriharsha Chintalapani; reviewed Rajini Sivaram, Joel Koshy, Michael Herstine, Ismael Juma, Dong Lin, Jiangjie Qin and Jun Rao 9 years ago
Aditya Auradkar bbb7d97ade KAFKA-2084; Add per-client-id byte-rate metrics and quota manager; reviewed by Joel Koshy, Dong Lin, Jun Rao and Edward Ribeiro 9 years ago
Ewen Cheslack-Postava f6acfb0891 KAFKA-2366; Initial patch for Copycat 9 years ago
Ewen Cheslack-Postava 04b0d870b2 KAFKA-2429: Add annotations to mark classes as stable/unstable 9 years ago
Grant Henke 3902dc0245 MINOR: Fix hard coded strings in ProduceResponse 9 years ago
Ismael Juma 47c99f3872 Minor: Fixes to Selector's javadoc 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
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
Gwen Shapira 9cefb2a0fb KAFKA-2288; Follow-up to KAFKA-2249 - reduce logging and testing; Reviewd by Jun Rao 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 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
Jason Gustafson fd3b4cc41e KAFKA-2342; KafkaConsumer rebalance with in-flight fetch can cause invalid position 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