434 Commits (31e263e8294e94de3d2c44d2ab3a827ab904e247)

Author SHA1 Message Date
Jason Gustafson 596c203af1 KAFKA-2687: Add support for ListGroups and DescribeGroup APIs 9 years ago
Guozhang Wang 7c33475274 KAFKA-2017: Persist Group Metadata and Assignment before Responding 9 years ago
Rajini Sivaram 9d8dd9f104 KAFKA-2680; Use IBM ConfigFile class to load jaas config if IBM JDK 9 years ago
Ismael Juma d9ae33d4c0 KAFKA-2711; SaslClientAuthenticator no longer needs KerberosNameParser in constructor 9 years ago
Aditya Auradkar 217eb90444 KAFKA-2663 KAFKA-2664; Add quota-delay time to request processing time break-up; avoid using copy-on-write map for metrics 9 years ago
Parth Brahmbhatt 1b5687b9e4 KAFKA-2598; Adding integration test for the authorizer at API level. … 9 years ago
Jason Gustafson 443cd9ab0d KAFKA-2648: enforce non-empty group-ids in join-group request 9 years ago
Flavio Junqueira 983b1f9e17 KAFKA-2640; Add tests for ZK authentication 9 years ago
Ismael Juma 9855bb9c65 KAFKA-2675; SASL/Kerberos follow up 9 years ago
Guozhang Wang b6fe164dd6 MINOR: Clean-up MemoryRecords variables and APIs 9 years ago
Jason Gustafson 1ac2640f80 KAFKA-2683: ensure wakeup exceptions raised to user 9 years ago
Jason Gustafson 0b05d3b939 KAFKA-2677: ensure consumer sees coordinator disconnects 9 years ago
Jason Gustafson c6c4f50703 HOTFIX: group rebalance can throw illegal generation or rebalance in progress 9 years ago
Jason Gustafson b251bebbcc MINOR: follow-up to KAFKA-2464 for renaming/cleanup 9 years ago
Yasuhiro Matsuda 71399ffe4c KAFKA-2652: integrate new group protocol into partition grouping 9 years ago
Ismael Juma 16f194b20a KAFKA-2460; Fix capitalisation in SSL classes 9 years ago
Ewen Cheslack-Postava 2e61773590 KAFKA-2371: Add distributed support for Copycat. 9 years ago
flavio junqueira 21443f214f KAFKA-2641; Upgrade path for ZK authentication 9 years ago
Guozhang Wang aa56dfb9e7 KAFKA-2686: Reset needsPartitionAssignment in SubscriptionState.assign() 9 years ago
Ismael Juma 65922b5388 KAFKA-2456 KAFKA-2472; SSL clean-ups 9 years ago
Aditya Auradkar d9b1dc7081 KAFKA-2209; Change quotas dynamically using DynamicConfigManager 9 years ago
Ismael Juma 361686d4a9 KAFKA-2618; Disable SSL renegotiation for 0.9.0.0 9 years ago
Jason Gustafson 86eb74d923 KAFKA-2464: client-side assignment for new consumer 9 years ago
Ewen Cheslack-Postava 1d4a0b8811 KAFKA-2667: Fix transient error in KafkaBasedLogTest. 9 years ago
Eno Thereska 0785feeb0f KAFKA-2459: Mark last committed timestamp to fix connection backoff 9 years ago
Sriharsha Chintalapani 403158b54b KAFKA-1686; Implement SASL/Kerberos 9 years ago
Guozhang Wang 8f32617e65 HOTFIX: check logic of KAFKA-2515 should be on buffer.limit() 9 years ago
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