1476 Commits (a3bd99811c6ed7b30611ff0592e4ce7bc8537260)
 

Author SHA1 Message Date
Ben Stopford 9262975661 KAFKA-2453: Enable new consumer in EndToEndLatency 9 years ago
Ismael Juma f25731265e KAFKA-2519; NetworkClient.close should remove node from inFlightRequests 9 years ago
Ashish Singh 4ffbfefccb MINOR: Fix trace/debug logs in RequestChannel 9 years ago
asingh 24da542727 KAFKA-2461; request logger no longer logs extra information in debug mode 9 years ago
Joel Koshy 9223155e9c KAFKA-2437; Trivial follow-up 9 years ago
Jiangjie Qin 6f398d63a4 KAFKA-2437; Fix ZookeeperLeaderElector to handle node deletion correctly. 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
Geoff Anderson d0adf6abec TRIVIAL: Updated testing readme 9 years ago
Stevo Slavic 17f85fcdef KAFKA-2492; Upgraded zkclient dependency from 0.5 to 0.6 9 years ago
Magnus Reftel ff189fa05c TRIVIAL: Replace "it's" with "its" where appropriate 9 years ago
Dong Lin e582447adb KAFKA-2332; Add quota metrics to old producer and consumer 9 years ago
Jason Gustafson 13c432f795 KAFKA-2486; fix performance regression in new consumer 9 years ago
Dong Lin 8354959969 KAFKA-2485; Allow producer performance to take properties from a file… 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
Geoff Anderson 9c936b186d MINOR: kafkatest add manifest 9 years ago
Ashish Singh 8956004a51 KAFKA-2468: SIGINT during Kafka server startup can leave server deadlocked 9 years ago
Ewen Cheslack-Postava 2fa8c74853 KAFKA-2377: Add basic system test for copycat using source and sink file connectors. 9 years ago
Ewen Cheslack-Postava 492bfdfa87 KAFKA-2367; Add Copycat runtime data API. 9 years ago
Ewen Cheslack-Postava 8c88d198a0 KAFKA-2467: Fix changes to behavior in ConsoleConsumer: properly parse consumer.config option, handle exceptions during message processing, and print number of processed messages to stderr. 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
Mayuresh Gharat 5d453ba6d4 KAFKA-2351; Catch all exceptions in socket server's acceptor; reviewed by Grant Henke, Joel Koshy, Jiangjie Qin, Jun Rao 9 years ago
Geoff Anderson 1d2ae89c5a KAFKA-2439; Add MirrorMaker service class for system tests 9 years ago
Ismael Juma 6acd37720d KAFKA-2457; Fix how the argument is passed to `compileScala` 9 years ago
Ismael Juma 3285a9c890 KAFKA-2457; StackOverflowError during builds 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
Ben Stopford 767a8a7628 KAFKA-2015: Enable ConsoleConsumer to use new consumer 9 years ago
Ewen Cheslack-Postava e4fc456ab0 KAFKA-2330: Vagrantfile sets global configs instead of per-provider override configs; patched by Ewen Cheslack-Postava, reviewed by Geoff Anderson and Gwen Shapira 9 years ago
Aditya Auradkar 0b04f9f34b KAFKA-2246; Fix incorrect config ZK path. 9 years ago
Joel Koshy 47b7a686e9 KAFKA-2084; trivial follow-up (remove JUnit3Suite dependency) 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
Dong Lin 503bd36647 KAFKA-2436; log.retention.hours should be honored by LogManager 9 years ago
Sriharsha Chintalapani 786867c2e1 KAFKA-2438; add maxParallelForks to build.gradle to speedup tests. 9 years ago
Ewen Cheslack-Postava 63b89658bc KAFKA-1782: Follow up - add missing @Test annotations. 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
Geoff Anderson c8e62c9818 MINOR: expose vagrant base box as variable 9 years ago
Jiangjie Qin 2c55bd8aa2 KAFKA-2406: Throttle ISR propagation 9 years ago
Ismael Juma e2ebae8098 KAFKA-2430; Listing of PR commits in commit message should be optional 9 years ago
Alexander Pakulov 78685dc162 KAFKA-1782: fix JUnit3 Misuse 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
flavio junqueira a62d63007c KAFKA-2300: Error in controller log when broker tries to rejoin cluster 9 years ago
Geoff Anderson be633a713e KAFKA-2408: ConsoleConsumerService direct log output to file 9 years ago
Grant Henke 96534a7d50 KAFKA-2336: Changing offsets.topic.num.partitions after the offset topic is created breaks consumer group partition assignment; Reviewed by Jiangjie Qin, Gwen Shapira 9 years ago
Manikumar Reddy 1fdb758f28 KAFKA-2202: fix consumerTimeoutMs computation on ConsumerPerformance; reviewed by Guozhang Wang 9 years ago
Jiangjie Qin 1ed88f0eba KAFKA-1997: Follow-up patch, hardcode key/value serializer in mirror maker to byte serializer. 9 years ago