6558 Commits (39afe9fe0eea057a53d85ec645ea2dcba54b29f7)
 

Author SHA1 Message Date
Scott Hendricks 39afe9fe0e KAFKA-8853; Create sustained connections test for Trogdor 5 years ago
John Roesler 0f177ea6b8 MINOR: Clean up partition assignment logic (#7249) 5 years ago
Jason Gustafson 7b62248c62
MINOR: Add cause to thrown exception when deleting topic in TopicCommand (#7301) 5 years ago
Jason Gustafson c65e19ae95
MINOR: Use toString in Records implementations only for summary metadata (#7290) 5 years ago
Boyang Chen c0019e6538 KAFKA-8590; Use automated TxnOffsetCommit type and add tests for OffsetCommit (#6994) 5 years ago
Sean Glover ad3ccf8f31 KAFKA-8822; Consolidate `PartitionRecords` and `CompletedFetch` types in Fetcher (#7228) 5 years ago
vinoth chandar ffef0871c2 KAFKA-7149 : Reducing streams assignment data size (#7185) 5 years ago
Jason Gustafson deac5d93ce
KAFKA-8724; Improve range checking when computing cleanable partitions (#7264) 5 years ago
Rajini Sivaram c9318ced19
KAFKA-8857; Don't check synonyms while determining if config is readOnly (#7278) 5 years ago
Rajini Sivaram b66ea87440
KAFKA-8866; Return exceptions as Optional<ApiException> in authorizer API (#7294) 5 years ago
康智冬 c5f2bd64d1 MINOR: Fix few typos in the javadocs/docs 5 years ago
Tu V. Tran 8d8e2fb5c9 KAFKA-8729, pt 1: Add 4 new metrics to keep track of various types of invalid record rejections (#7142) 5 years ago
Chia-Ping Tsai 18e6bb251b KAFKA-8861 Fix flaky RegexSourceIntegrationTest.testMultipleConsumersCanReadFromPartitionedTopic (#7281) 5 years ago
khairy caaf253b63 MINOR: remove unnecessary nulllity check (#7282) 5 years ago
Omar Al-Safi 8dc80e2297 KAFKA-7849: Fix the warning when using GlobalKTable (#7104) 5 years ago
Jason Gustafson 3b8d7a661c
MINOR: Add system configuration to zk security exception messages (#7280) 5 years ago
Konstantine Karantasis 74fc3323a5 MINOR: Add unit test for KAFKA-8676 to guard against unrequired task restarts (#7287) 5 years ago
LuyingLiu 31a5f92b9f Changed for updatedTasks, avoids stopping and starting of unnecessary tasks (#7097) 5 years ago
Matthias J. Sax 2c0157765f MINOR: Use new `Admin` interface instead of `KafkaAdminClient` class (#7232) 5 years ago
teebee 88d1b6de1f KAFKA-8860: Let SslPrincipalMapper split SSL principal mapping rules 5 years ago
Rajini Sivaram 364794866f
KAFKA-8760; New Java Authorizer API (KIP-504) (#7268) 5 years ago
Colin Patrick McCabe a225347ff2
KAFKA-8840: Fix bug where ClientCompatibilityFeaturesTest fails when running multiple iterations (#7260) 5 years ago
Guozhang Wang 40432e31f7
MONIR: Check for NULL in case of version probing (#7275) 5 years ago
Bruno Cadonna d18d6b033e MINOR: Refactor tag key for store level metrics (#7257) 5 years ago
Lucas Bradstreet fb381cb6c7 MINOR: Fix integer overflow in LRUCacheBenchmark (#7270) 5 years ago
Vikas Singh 09ad6b84c5 MINOR. Fix 2.3.0 streams systest dockerfile typo (#7272) 5 years ago
Bruno Cadonna d2741e5cbf MINOR: Remove `activeTaskCheckpointableOffsets` from `AbstractTask` (#7253) 5 years ago
Bill Bejeck fcfee618ee MINOR: Only send delete request if there are offsets in map (#7256) 5 years ago
Anastasia Vela d32a2d1275 KAFKA-8837: KafkaMetricReporterClusterIdTest may not shutdown ZooKeeperTestHarness (#7255) 5 years ago
Stanislav Kozlovski 826408e122 MINOR: Initialize BrokerTopicMetrics with no topic tag greedily (#7198) 5 years ago
A. Sophie Blee-Goldman cf32a1a6a0 KAFKA-8179: Part 4, add CooperativeStickyAssignor (#7130) 5 years ago
James Cheng e23a7182d5 KAFKA-8745: DumpLogSegments doesn't show keys, when the message is null (#7152) 5 years ago
Robert Yokota add662907d MINOR: fix ProduceBenchWorker not to fail on final produce (#7254) 5 years ago
Bruno Cadonna 24547b810c KAFKA-8579: Expose RocksDB metrics (#7209) 5 years ago
cpettitt-confluent 6b24b2e836 KAFKA-8816: Make offsets immutable to users of RecordCollector.offsets (#7223) 5 years ago
saisandeep d08bcae7f9 KAFKA-8669: Add security providers in kafka security config (#7090) 5 years ago
cpettitt-confluent 7334222a71 KAFKA-8412: Fix nullpointer exception thrown on flushing before closing producers (#7207) 5 years ago
Konstantine Karantasis d7f8ec8628 MINOR: Fix the doc of scheduled.rebalance.max.delay.ms config property (#7242) 5 years ago
Randall Hauch 5b4e749dc6 KAFKA-8391; Temporarily ignore flaky Connect rebalance integration tests 5 years ago
Chris Egerton 237e83dea0 KAFKA-8586: Fail source tasks when producers fail to send records (#6993) 5 years ago
Guozhang Wang c6664e1d08
MINOR: Move the resetting from revoked to the thread loop (#7243) 5 years ago
David Arthur c1f2b0ffb8 KAFKA-8753; Expose controller topic deletion metrics (KIP-503) (#7156) 5 years ago
asutosh936 40b7166e81 KAFKA-8698: Fix typo in ListOffsetResponse v0 protocol field name 5 years ago
John Roesler e213608127 KAFKA-8824: bypass value serde on null (#7235) 5 years ago
Bob Barrett e4215c1784 KAFKA-8325; Remove batch from in-flight requests on MESSAGE_TOO_LARGE errors (#7176) 5 years ago
Andy Coates 35bc53c55f KIP-476: Add new getAdmin method to KafkaClientSupplier (#7162) 5 years ago
Matthias J. Sax 4d1ee26a13
KAFKA-8594: Add version 2.3 to Streams system tests (#7131) 5 years ago
Brian Bushree 6c8f654d5f MINOR: Upgrade ducktape to 0.7.6 5 years ago
Bob Barrett aa4ba8eee8 KAFKA-8041: Enable producer retries in log dir failure test to address flakiness (#7200) 5 years ago
Lee Dongjin 784f7e84ed KAFKA-8800: Increase poll timeout in poll[Records]UntilTrue (#7211) 5 years ago