7953 Commits (12d98a3d7ad9b023c600bdbb5e3ffb42b07406b1)
 

Author SHA1 Message Date
Mandar Tillu bdae26d047
Fixing KAFKA-10094 (#8797) 5 years ago
Konstantine Karantasis 464aca3627
KAFKA-9851: Revoking Connect tasks due to connectivity issues should also clear the running assignment (#8804) 5 years ago
Boyang Chen 910f317996
KAFKA-9840; Skip End Offset validation when the leader epoch is not reliable (#8486) 5 years ago
Bill Bejeck e385e4639e
HOT_FIX: Update javadoc since imports added (#8817) 5 years ago
Matthias J. Sax 5a0e65ed39
KAFKA-8011: Fix flaky RegexSourceIntegrationTest (#8799) 5 years ago
Chris Egerton 2d9376c8bb
KAFKA-9570: Define SSL configs in all worker config classes, not just distributed (#8135) 5 years ago
Randall Hauch da32720c19
KAFKA-10111: Make SinkTaskContext.errantRecordReporter() a default method (#8814) 5 years ago
Randall Hauch b44ce35fe9
KAFKA-10110: Corrected potential NPE when null label value added to KafkaMetricsContext (#8811) 5 years ago
Randall Hauch 8f552fd6ac
MINOR: Change the order that Connect calls `config()` and `validate()` to avoid validating if the required ConfigDef is null (#8810) 5 years ago
Xavier Léauté 7a876ec9de MINOR: fix backwards incompatibility in JmxReporter introduced by KIP-606 5 years ago
Bruno Cadonna b020671f31
MINOR: Fix javadoc warnings (#8809) 5 years ago
Matthias J. Sax 9774c73e43
KAFKA-9441: Improve Kafka Streams task management (#8776) 5 years ago
Vito Jeng 31c81a6e9e
fix the broken links of streams javadoc (#8789) 5 years ago
David Jacot 7867c24a40
KAFKA-10040; Make computing the PreferredReplicaImbalanceCount metric more efficient (#8724) 5 years ago
Matthias J. Sax 6383a22faf
KAFKA-10066: TestOutputTopic should pass record headers into deserializers (#8759) 5 years ago
Antony Stubbs 542b94be54
MINOR: Add explanation for disabling forwarding from value transformers (#8771) 5 years ago
gnkoshelev f1b0931447 KAFKA-10033: Throw UnknownTopicOrPartitionException if altering configs of non-existing topic 5 years ago
Tom Bentley 78e8a49cda
KAFKA-9434: automated protocol for alterReplicaLogDirs (#8311) 5 years ago
Badai Aqrandista 50c3012890
KAFKA-9313: Set `use_all_dns_ips` as the new default for `client.dns.lookup` (KIP-602) (#8644) 5 years ago
Chia-Ping Tsai 6074f864b9
KAFKA-10069: Correctly remove user-defined "predicate" and "negate" configs from transformation properties (#8755) 5 years ago
Bob Barrett 87bef1d1b0
KAFKA-9788; Use distinct names for transaction and group load time sensors (#8784) 5 years ago
David Jacot 21362ad7f7
KAFKA-9514; The protocol generator generated useless condition when a field is made nullable and flexible version is used (#8793) 5 years ago
Ismael Juma 3af3ab9bf9
MINOR: Update to Gradle 6.5 and tweak build jvm config (#8751) 5 years ago
showuon 162884409d
MINOR: Upgrade spotbugs and spotbugsPlugin (#8790) 5 years ago
Chia-Ping Tsai 98cd4b8cab
KAFKA-10089 The stale ssl engine factory is not closed after reconfigure (#8792) 5 years ago
Jason Gustafson 0ffbc6e75f
KAFKA-10080; Fix race condition on txn completion which can cause duplicate appends (#8782) 5 years ago
John Roesler cb88be45eb
KAFKA-10084: Fix EosTestDriver end offset (#8785) 5 years ago
A. Sophie Blee-Goldman 35a0692ce1
KAFKA-10083: fix failed testReassignmentWithRandomSubscriptionsAndChanges tests (#8786) 5 years ago
vinoth chandar ea6d373a93
KAFKA-9945: TopicCommand should support --if-exists and --if-not-exists when --bootstrap-server is used (#8737) 5 years ago
Nikolay 8b22b81596
KAFKA-9320: Enable TLSv1.3 by default (KIP-573) (#8695) 5 years ago
showuon 9e5e4cd558
KAFKA-10082: Fix the failed testMultiConsumerStickyAssignment (#8777) 5 years ago
showuon 1d7168ce5f
KAFKA-10081: remove an unused local variable to pass spotbugsMain check (#8774) 5 years ago
Nikolay a3d79ff236
MINOR: Remove unused variable to fix spotBugs failure (#8779) 5 years ago
Rohan 07f6676539
MINOR: ChangelogReader should poll for duration 0 for standby restore (#8773) 5 years ago
Randall Hauch 19e40788e7
Bump trunk to 2.7.0-SNAPSHOT (#8746) 5 years ago
Dima Reznik ec67788d9d
KAFKA-10030: Allow fetching a key from a single partition (#8706) 5 years ago
feyman2016 77f123391c
Kafka-10064 Add documentation for KIP-571 (#8760) 5 years ago
Chia-Ping Tsai f0d6e87421
MINOR: Remove no longer used ReflectionsUtil class (#8762) 5 years ago
showuon 88d996f9fa
MINOR: Code cleanup and assertion message fixes in Connect integration tests (#8750) 5 years ago
A. Sophie Blee-Goldman c6633a157e
KAFKA-9987: optimize sticky assignment algorithm for same-subscription case (#8668) 5 years ago
Rajini Sivaram 66fdb59ed0
KAFKA-9392; Clarify deleteAcls javadoc and add test for create/delete timing (#7956) 5 years ago
Ismael Juma e2e2c628b9
KAFKA-10074: Improve performance of `matchingAcls` (#8769) 5 years ago
Chia-Ping Tsai 36aa366434
KAFKA-10060 GroupMetadataManager should not log if there are no offsets to expire (#8767) 5 years ago
Ismael Juma d7ce35d61a
MINOR: Update zstd to 1.4.5 (#8766) 5 years ago
Chia-Ping Tsai d4c1ef4a10
MINOR: Align the constructor of KafkaConsumer to KafkaProducer (#8605) 5 years ago
Chia-Ping Tsai 40b0033eed
MINOR: Remove duplicate properties encode in KafkaZkClient#setOrCreateEntityConfigs (#8636) 5 years ago
tswstarplanet 0736068013
Remove redundant `containsKey` call in KafkaProducer (#8761) 5 years ago
Shailesh Panwar af3b8b50f2
KAFKA-9494; Include additional metadata information in DescribeConfig response (KIP-569) (#8723) 5 years ago
Jason Gustafson 3b7017671f
KAFKA-10061; Fix flaky `ReassignPartitionsIntegrationTest.testCancellation` (#8749) 5 years ago
Mickael Maison fe948d39e5
KAFKA-9130; KIP-518 Allow listing consumer groups per state (#8238) 5 years ago