7913 Commits (d0111d3bcdc6f86d9d9daf2f75b89e32e28a7541)
 

Author SHA1 Message Date
showuon aed7ba9f16
MINOR: Remove unused isSticky assert out from tests only do constrainedAssign (#8788) 5 years ago
Guozhang Wang ad4b12a18c
KAFKA-10005: Decouple RestoreListener from RestoreCallback (#8676) 5 years ago
Colin Patrick McCabe 6a30b4e385
MINOR: equals() should check _unknownTaggedFields (#8640) 5 years ago
Nikhil Bhatia 73b1d4219d
KAFKA-10106: log time taken to handle LeaderAndIsr request (#8807) 5 years ago
Matthias J. Sax 922ed9d2af
MINOR: fix HTML markup (#8823) 5 years ago
Navina Ramesh 7777dc8f8f
KAFKA-10012; Reduce overhead of strings in SelectorMetrics (#8684) 5 years ago
Evelyn Bayes 9a0b694a66
KAFKA-9216: Enforce internal config topic settings for Connect workers during startup (#8270) 5 years ago
Boyang Chen d4ef46c69d
KAFKA-10097: Internalize checkpoint data (#8820) 5 years ago
Brian Byrne dd7c036956 KAFKA-10033: Throw UnknownTopicOrPartitionException when modifying a non-existent topic's config 5 years ago
Matthias J. Sax 4eb3f75556
MINOR: improve code encapsulation between StreamThread and TaskManager (#8819) 5 years ago
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