880 Commits (4b4102884c8d317fe362523a9f5af20a27a4ee52)

Author SHA1 Message Date
Ismael Juma f5596a851d HOTFIX: Checkstyle import fix 9 years ago
Edward Ribeiro 73720113b9 MINOR: fix Quota's equal() function 9 years ago
Mayuresh Gharat 2c4e63a899 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
Guozhang Wang 263c10ab7c KIP-28: Add a processor client for Kafka Streaming 9 years ago
Jason Gustafson 10d5deac0c HOTFIX: remove unused import causing checkstyle to fail 9 years ago
Jiangjie Qin a07fbd0f19 KAFKA-2555: Fix infinite recursive ensurePartitionAssignment in callback's commitSync 9 years ago
Jason Gustafson 7e453df317 KAFKA-2409; have KafkaConsumer.committed return null when there is no commit 9 years ago
Ewen Cheslack-Postava 48b4d6938d KAFKA-2373: Add Kafka-backed offset storage for Copycat. 9 years ago
Dong Lin bcf374da9e KAFKA-2390; followup; add unit test for OffsetOutOfRange exception 9 years ago
Dong Lin b9ceac3ace KAFKA-2390; OffsetOutOfRangeException should contain the Offset and Partition info. 9 years ago
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