1907 Commits (4b97e50eea977a2a9020e6ed49516a1904361f12)

Author SHA1 Message Date
Rajini Sivaram 6745435251 KAFKA-2656; Remove hardcoded default key and truststores 9 years ago
flavio junqueira ce306ba4eb KAFKA-2639: Refactoring of ZkUtils 9 years ago
Onur Karaman 636e14a991 KAFKA-2397: add leave group request to force coordinator trigger rebalance 9 years ago
Guozhang Wang e2e5c89142 KAFKA-2515: Handle oversized messages properly in new consumer 9 years ago
Aditya Auradkar aa66b42dac KAFKA-2419 - Fix to prevent background thread from getting created when not required 9 years ago
Mayuresh Gharat 7efa12705d KAFKA-2120: cleaning follow-up 9 years ago
Manikumar reddy O a4dbf90107 KAFKA-2295; Support dynamically loaded classes from context class loader 9 years ago
Guozhang Wang 28e59a1df7 TRIVIAL: add @throws ConsumerWakeupException in KafkaConsumer 9 years ago
Jason Gustafson 27c099b043 MINOR: ignore wakeups when committing offsets on consumer close 9 years ago
Guozhang Wang d8c5750799 KAFKA-2632: move fetchable check ahead in handleFetchResponse 9 years ago
Ewen Cheslack-Postava 36d4469326 KAFKA-2372: Add Kafka-backed storage of Copycat configs. 9 years ago
benstopford e2ec02e1d1 KAFKA-2637; Cipher suite setting should be configurable for SSL 9 years ago
Aditya Auradkar 9fde92f9f1 KAFKA-2443 KAFKA-2567; Expose windowSize on Rate; - Throttle time should not return NaN 9 years ago
Ismael Juma 1265d7cb7f KAFKA-2614; No more clients can connect after `TooManyConnectionsException` threshold (max.connections.per.ip) is reached 9 years ago
Jason Gustafson 6a06e22ef8 KAFKA-2596: reject commits from unknown groups with positive generations 9 years ago
Mayuresh Gharat 693d4ca1a6 KAFKA-2428: Add sanity check in KafkaConsumer for the timeouts 9 years ago
Aditya Auradkar 118912e76e KAFKA-2419; Garbage collect unused sensors 9 years ago
Rajini Sivaram 2047a9afe1 KAFKA-2534: Fixes and unit tests for SSLTransportLayer buffer overflow 9 years ago
Ewen Cheslack-Postava 174a43cd09 KAFKA-2474: Add caching of JSON schema conversions to JsonConverter 9 years ago
Edward Ribeiro b46cb3b297 KAFKA-2599: Fix Metadata.getClusterForCurrentTopics throws NPE 9 years ago
Guozhang Wang 726e23ef49 TRIVIAL: remove TODO in KafkaConsumer after KAFKA-2120 9 years ago
Ismael Juma b88ba9a6bd KAFKA-2604; Remove `completeAll` and improve timeout passed to `Selector.poll` from `NetworkClient.poll` 9 years ago
Guozhang Wang 37f7d75e3d KAFKA-2591: Fix StreamingMetrics 9 years ago
Jason Gustafson a3bd99811c MINOR: remove no longer needed CommitType 9 years ago
Ismael Juma 7cfdf19b54 KAFKA-2517; Performance Regression post SSL implementation (zero copy) 9 years ago
Ismael Juma d03b871dd0 MINOR: Set `sendTime` in `doSend` instead of `InFlightRequests.add` and rename method names for consistency 9 years ago
Jason Gustafson 5e769ccd5b KAFKA-2570: commit offsets on rebalance/close when auto-commit is enabled 9 years ago
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