5377 Commits (8f562c1a8d16b940f898a57ec508318c397f6f13)
 

Author SHA1 Message Date
Viktor Somogyi 8f562c1a8d MINOR: Fix side-effecting nullary methods warning in JsonValueTest (#5493) 6 years ago
Alex Dunayevsky bf0675ac5f KAFKA-6343 Documentation update in OS-level tuning section: add vm.ma… (#4358) 6 years ago
Robert Yokota 3511e904ef MINOR: Split at first occurrence of '=' in kafka.py props parsing (#5549) 6 years ago
Joan Goyeau dae9c41838 KAFKA-7301: Fix streams Scala join ambiguous overload (#5502) 6 years ago
Joan Goyeau a289865266 MINOR: Small refactorings on KTable joins (#5540) 6 years ago
Manikumar Reddy O 49c5994dd9 KAFKA-7063; Remove references to old producers and consumers in docs (#5240) 6 years ago
tedyu 3afcbebf39 Minor: set task to null at the end of shouldWrapProducerFencedExceptionWithTaskMigragedExceptionInSuspendWhenCommitting (#5534) 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
Robert Yokota d31762a0c2 MINOR: Additional testing of logical type handling in Cast transform 6 years ago
Maciej Bryński 504824b7b3 KAFKA-5891; Proper handling of LogicalTypes in Cast (#4633) 6 years ago
Mayank Tankhiwale da35cd5114 KAFKA-6312; Document --reset-offsets option for consumer group tool (#4527) 6 years ago
Rohan ea4078e72a KAFKA-7311: Reset next batch expiry time on each poll loop 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
Ismael Juma b282b2ab10
KAFKA-7308: Fix rat and checkstyle config for Java 11 support (#5529) 6 years ago
tedyu f9f0b5c675 Minor: add valueChangingOperation and mergeNode to StreamsGraphNode#toString (#5522) 6 years ago
Bill Bejeck bf2c46a0b8 MINOR: Change order of Property Check To Avoid NPE (#5528) 6 years ago
Bill Bejeck 7c4e672469 MINOR: Update test to wait for final value to reduce flakiness updated test method for multiple keys (#5517) 6 years ago
Guozhang Wang 0d778987ee
KAFKA-6998: Disable Caching when max.cache.bytes are zero. (#5488) 6 years ago
huxi e7b9e04730 KAFKA-7299: Batch LeaderAndIsr requests for AutoLeaderRebalance (#5515) 6 years ago
Jason Gustafson 4f25f1fb71
KAFKA-7296; Handle coordinator loading error in TxnOffsetCommit (#5514) 6 years ago
Rajini Sivaram 634f9af8c0
KAFKA-7119: Handle transient Kerberos errors on server side (#5509) 6 years ago
Matthias J. Sax 3c14feb442
KAFKA-7285: Create new producer on each rebalance if EOS enabled (#5501) 6 years ago
John Roesler a4a65abcd3 MINOR: (re)add equals/hashCode to *Windows (#5510) 6 years ago
Rajini Sivaram e4de328dab
KAFKA-7288: Fix for SslSelectorTest.testCloseConnectionInClosingState (#5504) 6 years ago
Bill Bejeck 3e64e5b9c0 KAFKA-6761: Reduce streams footprint part IV add optimization (#5451) 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
Stanislav Kozlovski ad84eb5e76 KAFKA-7169: Validate SASL extensions through callback on server side (#5497) 6 years ago
Rajini Sivaram 0d73351852
KAFKA-7119: Handle transient Kerberos errors as non-fatal exceptions (#5487) 6 years ago
John Roesler b3771ba22a KAFKA-7222: Add Windows grace period (#5369) 6 years ago
Rajini Sivaram cc8fc7c449 MINOR: Clean up to avoid errors in dynamic broker config tests (#5486) 6 years ago
Koen De Groote 9e0e29ac5c MINOR: Use statically compiled regular expressions for efficiency (#5168) 6 years ago
John Roesler 6d1685fa45 KAFKA-7284: streams should unwrap fenced exception (#5499) 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
Manikumar Reddy O 68fb2932c9 MINOR: Add spotlessScalaCheck dependency to streams-scala test task (#5479) 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
Rajini Sivaram a3dc10f1d9
KAFKA-7261: Record 1.0 for total metric when Count stat is used for rate (#5484) 6 years ago
Viktor Somogyi 8a78d76466 KAFKA-7140; Remove deprecated poll usages (#5319) 6 years ago
nprad 79a2f892ca KAFKA-6966: Extend TopologyDescription to better represent Source and (#5284) 6 years ago
Dong Lin be43e2330e KAFKA-7147; ReassignPartitionsCommand should be able to connect to broker over SSL 6 years ago
Manikumar Reddy O 92004fa21a KAFKA-6751; Support dynamic configuration of max.connections.per.ip/max.connections.per.ip.overrides configs (KIP-308) (#5334) 6 years ago
John Roesler b1539ff62d KAFKA-7250: switch scala transform to TransformSupplier (#5481) 6 years ago
Kamal Chandraprakash 13a7544418 MINOR: Fixed log in Topology Builder. (#5477) 6 years ago