2346 Commits (5e72f66ab5c6220098ebbd20957a05a1ed657ab7)

Author SHA1 Message Date
Manikumar Reddy b21c66f948 KAFKA-5690; Add support to list ACLs for a given principal (KIP-357) 6 years ago
Dong Lin 3a8ab3258f Revert 4e311 KAFKA-5690 since KIP-357 has not passed vote 6 years ago
Manikumar Reddy 4e31147a41 KAFKA-5690; Add support to list ACLs for a given principal (KIP-357) 6 years ago
Jason Gustafson ac7cd16e93
KAFKA-7394; OffsetsForLeaderEpoch supports topic describe access (#5634) 6 years ago
Manikumar Reddy O c121f4eb82 MINOR: Remove deprecated Metric.value() method usage (#5626) 6 years ago
Anna Povzner e2ec2d79c8 KAFKA-7044; Fix Fetcher.fetchOffsetsByTimes and NPE in describe consumer group (#5627) 6 years ago
Jason Gustafson 79ad9026a6
MINOR: Missing throttle time in OffsetsForLeaderEpoch response (#5635) 6 years ago
Manikumar Reddy O 257c402c15 MINOR: Remove deprecated Resource class constructor usage (#5624) 6 years ago
Ismael Juma f123d2f18c KAFKA-5887; Replace findBugs with spotBugs and upgrade to Gradle 4.10 6 years ago
Jason Gustafson 05ba5aa008 KAFKA-7333; Protocol changes for KIP-320 6 years ago
Flavien Raynaud 4a5cba87bc KAFKA-7286; Avoid getting stuck loading large metadata records (#5500) 6 years ago
Dhruvil Shah 958cdca9be KAFKA-7385; Fix log cleaner behavior when only empty batches are retained (#5623) 6 years ago
Jason Gustafson 0984a76b71
MINOR: Move common out of range handling into AbstractFetcherThread (#5608) 6 years ago
Manikumar Reddy O 4106ff6e5a MINOR: Enable topic deletion in test configs (#5616) 6 years ago
Manikumar Reddy O f348f10ef8 KAFKA-7117: Support AdminClient API in AclCommand (KIP-332) (#5463) 6 years ago
Zhanxiang (Patrick) Huang 297fb396a0 KAFKA-6082; Fence zookeeper updates with controller epoch zkVersion 6 years ago
huxihx 79a608b286 KAFKA-7211; MM should handle TimeoutException in commitSync 6 years ago
Rajini Sivaram 4a46a35348
MINOR: Tidy up pattern type comparisons, remove unused producer-id (#5593) 6 years ago
Jason Gustafson f6890e7868
MINOR: Next round of fetcher thread consolidation (#5587) 6 years ago
Dhruvil Shah 5d1bfa0665 KAFKA-6950: Delay response to failed client authentication to prevent potential DoS issues (KIP-306) (#5082) 6 years ago
Stanislav Kozlovski f3a4ebc8f8 KAFKA-6859; Do not send LeaderEpochRequest for undefined leader epochs (#5320) 6 years ago
Rajini Sivaram 5651729038 KAFKA-7338: Specify AES128 default encryption type for Kerberos tests (#5586) 6 years ago
Chia-Ping Tsai 1918f5cb5b MINOR: Fix swallowed NPE in KafkaServer.close() (#5339) 6 years ago
huxihx d0fcf12832 KAFKA-7354; Fix IdlePercent and NetworkProcessorAvgIdlePercent metric 6 years ago
Manikumar Reddy O 9e23af3115 KAFKA-7287: Set open ACL for old consumer znode path (#5503) 6 years ago
Anna Povzner 70c51633f2 KAFKA-7128; Follower has to catch up to offset within current leader epoch to join ISR (#5557) 6 years ago
Jason Gustafson ebd1354fd7
KAFKA-7347; Return not leader error for OffsetsForLeaderEpoch requests to non-replicas (#5576) 6 years ago
Chia-Ping Tsai 93a60ee266 KAFKA-7139; Support option to exclude the internal topics in kafka-topics.sh (#5349) 6 years ago
Manikumar Reddy O 50a145d090 MINOR: Remove unused compressionType parameter from TestUtils.produceMessages (#5569) 6 years ago
Mario Molina 04770916a7 KAFKA-5975; No response when deleting topics and delete.topic.enable=false (#3960) 6 years ago
Viktor Somogyi 8f562c1a8d MINOR: Fix side-effecting nullary methods warning in JsonValueTest (#5493) 6 years ago
Manikumar Reddy O 73f8809d99 MINOR: Fix transient test failure in DynamicConnectionQuotaTest (#5544) 6 years ago
Mickael Maison 80294d0f5a MINOR: Improved configuration formatting in documentation (#5532) 6 years ago
Lucas Wang 5b25d823af KAFKA-6753: Updating the OfflinePartitions count only when necessary (#5388) 6 years ago
Dong Lin e46827c4ea KAFKA-7278; replaceSegments() should not call asyncDeleteSegment() for segments which have been removed from segments list (#5491) 6 years ago
Manikumar Reddy O 028e80204d KAFKA-6835: Enable topic unclean leader election to be enabled without controller change (#4957) 6 years ago
Jason Gustafson 8325046be2
KAFKA-7298; Raise UnknownProducerIdException if next sequence number is unknown (#5518) 6 years ago
Manikumar Reddy O 914ffa9dbe KAFKA-7210: Add system test to verify log compaction (#5226) 6 years ago
huxi e7b9e04730 KAFKA-7299: Batch LeaderAndIsr requests for AutoLeaderRebalance (#5515) 6 years ago
Rajini Sivaram 634f9af8c0
KAFKA-7119: Handle transient Kerberos errors on server side (#5509) 6 years ago
radai-rosenblatt bb4cc49628 KAFKA-7019; Make reading metadata lock-free by maintaining an atomically-updated read snapshot 6 years ago
Jason Gustafson 7a9631e634
MINOR: Use explicit construction of clients in IntegrationTestHarness (#5443) 6 years ago
Rajini Sivaram 0d73351852
KAFKA-7119: Handle transient Kerberos errors as non-fatal exceptions (#5487) 6 years ago
Rajini Sivaram cc8fc7c449 MINOR: Clean up to avoid errors in dynamic broker config tests (#5486) 6 years ago
Stanislav Kozlovski 76a00d78be KAFKA-7266: Fix MetricsTest.testMetrics flakiness using compression (#5485) 6 years ago
Ismael Juma a2bc237cef MINOR: Remove AbstractFetcherThread.PartitionData (#5233) 6 years ago
Vahid Hashemian e6fd99dc62 KAFKA-5638; Improve the Required ACL of ListGroups API (KIP-231) (#5352) 6 years ago
Bob Barrett 69283b4038 KAFKA-7164; Follower should truncate after every missed leader epoch change (#5436) 6 years ago
Viktor Somogyi 8a78d76466 KAFKA-7140; Remove deprecated poll usages (#5319) 6 years ago
Dong Lin be43e2330e KAFKA-7147; ReassignPartitionsCommand should be able to connect to broker over SSL 6 years ago