120 Commits (c7f19aba37150371c7fbaa41e3480c85f564beb4)

Author SHA1 Message Date
Matthias J. Sax e8ad80ebe1
MINOR: remove explicit passing of AdminClient into StreamsPartitionAssignor (#9384) 4 years ago
John Roesler 27b0e35e7a
KAFKA-10437: Implement new PAPI support for test-utils (#9396) 4 years ago
Rajini Sivaram 7be8bd8cbf
KAFKA-10338; Support PEM format for SSL key and trust stores (KIP-651) (#9345) 4 years ago
John Roesler 69790a1463
KAFKA-10535: Split ProcessorContext into Processor/StateStore/Record Contexts (#9361) 4 years ago
leah 95986a8f48
MINOR: Fix KStreamKTableJoinTest and StreamTaskTest (#9357) 4 years ago
Jason Gustafson b7c8490cf4
KAFKA-10492; Core Kafka Raft Implementation (KIP-595) (#9130) 4 years ago
leah 2194ccba5b
Adding reverse iterator usage for sliding windows processing (extending KIP-450) (#9239) 4 years ago
leah dd2b9eca5d
KAFKA-5636: Improve handling of "early" records in sliding windows (#9157) 4 years ago
Colin Patrick McCabe b6ba67482f
KAFKA-10384: Separate converters from generated messages (#9194) 4 years ago
Jason Gustafson 3a189ad868
KAFKA-10386; Fix flexible version support for `records` type (#9163) 4 years ago
Matthias J. Sax b351493543
KAFKA-9274: Remove `retries` for global task (#9047) 4 years ago
John Roesler 26a217c8e7
MINOR: Streams integration tests should not call exit (#9067) 4 years ago
David Arthur 4cd2396db3
KAFKA-9629 Use generated protocol for Fetch API (#9008) 4 years ago
A. Sophie Blee-Goldman 42aa0f38b9
MINOR: clean up unused checkstyle suppressions for Streams (#8861) 4 years ago
A. Sophie Blee-Goldman 03ed08d0d1
KAFKA-10144: clean up corrupted standby tasks before attempting a commit (#8849) 4 years ago
Konstantine Karantasis 09b22e7e67
KAFKA-9848: Avoid triggering scheduled rebalance delay when task assignment fails but Connect workers remain in the group (#8805) 5 years ago
Tom Bentley 78e8a49cda
KAFKA-9434: automated protocol for alterReplicaLogDirs (#8311) 5 years ago
A. Sophie Blee-Goldman c6633a157e
KAFKA-9987: optimize sticky assignment algorithm for same-subscription case (#8668) 5 years ago
Mickael Maison fe948d39e5
KAFKA-9130; KIP-518 Allow listing consumer groups per state (#8238) 5 years ago
A. Sophie Blee-Goldman 9d52deca24
KAFKA-9501: convert between active and standby without closing stores (#8248) 5 years ago
Aakash Shah 38c1e96d2c
KAFKA-9971: Error Reporting in Sink Connectors (KIP-610) (#8720) 5 years ago
xiaodongdu 9c833f665f
KAFKA-9960: implement KIP-606 to add metadata context to MetricsReporter (#8691) 5 years ago
A. Sophie Blee-Goldman 83c616f706
KAFKA-9983: KIP-613: add INFO level e2e latency metrics (#8697) 5 years ago
Konstantine Karantasis 371f14c3c1
KAFKA-5295: Allow source connectors to specify topic-specific settings for new topics (KIP-158) (#8722) 5 years ago
Jeff Huang 2988eac082
KAFKA-9944: Added supporting customized HTTP response headers for Kafka Connect. (#8620) 5 years ago
Randall Hauch 981ef5166d
KAFKA-9931: Implement KIP-605 to expand support for Connect worker internal topic configurations (#8654) 5 years ago
Matthias J. Sax 1daa8f638b
KAFKA-9748: Add Streams eos-beta integration test (#8496) 5 years ago
A. Sophie Blee-Goldman b5de449377
KAFKA-9127: don't create StreamThreads for global-only topology (#8540) 5 years ago
Chia-Ping Tsai 833dc7725c
HOTFIX: exclude ConsumerCoordinator from NPathComplexity check (#8447) 5 years ago
A. Sophie Blee-Goldman 6e0d553350
MINOR: clean up Streams assignment classes and tests (#8406) 5 years ago
A. Sophie Blee-Goldman 2322bc0a6f
KAFKA-6145: Pt. 5 Implement high availability assignment (#8337) 5 years ago
A. Sophie Blee-Goldman 6cf27c9c77
KAFKA-6145: Pt 2.5 Compute overall task lag per client (#8252) 5 years ago
Colin Patrick McCabe 56051e7639
KAFKA-8820: kafka-reassign-partitions.sh should support the KIP-455 API (#8244) 5 years ago
Matthias J. Sax 89cd2f2a0b
KAFKA-9441: Unify committing within TaskManager (#8218) 5 years ago
Brian Byrne 227a7322b7
KIP-546: Implement describeClientQuotas and alterClientQuotas. (#8083) 5 years ago
John Roesler 78374a1549
KAFKA-9615: Clean up task/producer create and close (#8213) 5 years ago
Bob Barrett 937f1f741c
KAFKA-8805; Bump producer epoch on recoverable errors (#7389) 5 years ago
Boyang Chen 07db26c20f
KAFKA-9417: New Integration Test for KIP-447 (#8000) 5 years ago
John Roesler 1681c78f60
KAFKA-9500: Fix FK Join Topology (#8015) 5 years ago
Guozhang Wang 4090f9a2b0
KAFKA-9113: Clean up task management and state management (#7997) 5 years ago
Rajini Sivaram a565d1a182
KAFKA-9181; Maintain clean separation between local and group subscriptions in consumer's SubscriptionState (#7941) 5 years ago
Boyang Chen de90175fc2 KAFKA-9418; Add new sendOffsetsToTransaction API to KafkaProducer (#7952) 5 years ago
John Roesler 717ce42a6d
KAFKA-9138: Add system test for relational joins (#7664) 5 years ago
Colin Patrick McCabe 02df8e1496
KAFKA-8986: Allow null as a valid default for tagged fields. (#7585) 5 years ago
John Roesler 4a5155c934 KAFKA-8868: Generate SubscriptionInfo protocol message (#7248) 5 years ago
Nikolay adb2bdb122 KAFKA-8584: The RPC code generator should support ByteBuffer. (#7342) 5 years ago
John Roesler f93c473be1 KAFKA-9000: fix flaky FK join test by using TTD (#7517) 5 years ago
A. Sophie Blee-Goldman d88f1048da KAFKA-8179: Part 7, cooperative rebalancing in Streams (#7386) 5 years ago
Colin Patrick McCabe 0de61a4683 KAFKA-8885; The Kafka Protocol should Support Optional Tagged Fields (#7325) 5 years ago
Adam Bellemare c87fe9402c KAFKA-3705 Added a foreignKeyJoin implementation for KTable. (#5527) 5 years ago