7305 Commits (68ac551966e2be5b13adb2f703a01211e6f7a34b)
 

Author SHA1 Message Date
17hao 68ac551966
MINOR: Add missing @Override annotation and simplify Thread declarations with lambdas (#8363) 5 years ago
Boyang Chen 88bc0fdf82
KAFKA-9600; EndTxn should enforce strict epoch checking if from client (#8164) 5 years ago
Bruno Cadonna c595470713
KAFKA-9770: Close underlying state store also when flush throws (#8368) 5 years ago
Chris Egerton ee832d7d78
KAFKA-9771: Port patch for inter-worker Connect SSL from Jetty 9.4.25 (#8369) 5 years ago
John Roesler 3f5ad4640b
MINOR: optimize integration test shutdown (#8366) 5 years ago
Guozhang Wang 9d9b59fccc
KAFKA-9756: Process more than one record of one task at a time (#8358) 5 years ago
Stanislav Kozlovski c59835c1d7
KAFKA-8470: State change logs should not be in TRACE level (#8320) 5 years ago
Greg Harris 008a3b21f6
KAFKA-9707: Fix InsertField.Key should apply to keys of tombstone records (#8280) 5 years ago
David Arthur 932ad61406
Minor: Don't swallow errors when altering log dirs in ReplicaManager (#8348) 5 years ago
Lucas Bradstreet 1ad8b3f829 KAFKA-9729: avoid readLock in authorizer ACL lookups 5 years ago
THREE LEVEL HELMET 29697758a4
KAFKA-9688: kafka-topic.sh should show KIP-455 adding and removing replicas (#8332) 5 years ago
Boyang Chen 4018f5e8b3
KAFKA-9760: Add KIP-447 protocol change to upgrade notes (#8350) 5 years ago
Rajini Sivaram 0b23091066
MINOR: Don't process sasl.kerberos.principal.to.local.rules on client-side (#8362) 5 years ago
Mickael Maison 3df5464fca
MINOR: Fix a number of warnings in mirror/mirror-client (#8074) 5 years ago
Ismael Juma 222726d6f9
KAFKA-9373: Reduce shutdown time by avoiding unnecessary loading of indexes (#8346) 5 years ago
Gardner Vickers 8cf781ef01
MINOR: Improve performance of checkpointHighWatermarks, patch 1/2 (#6741) 5 years ago
Boyang Chen 08759b2531
MINOR: Add synchronization to the protocol name check (#8349) 5 years ago
Rigel Bezerra de Melo ee0ef09db4
MINOR: Allow topics with `null` leader on MockAdminClient createTopic. (#8345) 5 years ago
Jim Galasyn 0f48446690
DOCS-3625: Add section to config topic: parameters controlled by Kafka Streams (#8268) 5 years ago
Nikolay befd80b38d
KAFKA-9573: Fix JVM options to run early versions of Kafka on the latest JVMs (#8138) 5 years ago
Boyang Chen 4c9e56b358
KAFKA-9758: Doc changes for KIP-523 and KIP-527 (#8343) 5 years ago
Jason Gustafson ef1cd3490a
KAFKA-9752; New member timeout can leave group rebalance stuck (#8339) 5 years ago
A. Sophie Blee-Goldman e1cbefef60
HOTFIX: fix log message in version probing system test (#8341) 5 years ago
jiameixie b5409b9c04
KAFKA-9700: Fix negative estimatedCompressionRatio (#8285) 5 years ago
Chia-Ping Tsai b8e508c823
KAFKA-9711 The authentication failure caused by SSLEngine#beginHandshake is not properly caught and handled (#8287) 5 years ago
Chia-Ping Tsai a5c257890e
MINOR: Add method to Herder to control logging of connector configs during validation (#8263) 5 years ago
Bruno Cadonna 1fbddd853d
KAFKA-6145: Add balanced assignment algorithm (#8334) 5 years ago
A. Sophie Blee-Goldman 8012f47e2c
MINOR: move some client methods to new ClientUtils (#8328) 5 years ago
Bob Barrett 4c96b7deba
KAFKA-9749; Transaction coordinator should treat KAFKA_STORAGE_ERROR as retriable (#8336) 5 years ago
Guozhang Wang 1b36e11967
MINOR: Restore and global consumers should never have group.instance.id (#8322) 5 years ago
Boyang Chen cc70614105
KAFKA-9743: Catch commit offset exception to eventually close dirty tasks (#8327) 5 years ago
belugabehr 99eb0d1006
KAFKA-9407: Return an immutable list from poll in SchemaSourceTask (#7939) 5 years ago
John Roesler f538caf138
KAFKA-9742: Fix broken StandbyTaskEOSIntegrationTest (#8330) 5 years ago
Sönke Liebau eb7b8295ac
MINOR: Add clarifying "additionally" to streams aggregator docs that is missing in one place. (#8237) 5 years ago
Tom Bentley 6cfed8ad00
KAFKA-9651: Fix ArithmeticException (÷ by 0) in DefaultStreamPartitioner (#8226) 5 years ago
Hossein Torabi afe26e2992
KAFKA-9563: Fix Kafka Connect documentation around consumer and producer overrides (#8124) 5 years ago
Matthias J. Sax 1ad5f346cb
KAFKA-9451: Enable producer per thread for Streams EOS (#8318) 5 years ago
Tom Bentley 8aa1861816
KAFKA-9634: Add note about thread safety in the ConfigProvider interface (#8205) 5 years ago
nicolasguyomar f8173c2df5
MINOR: Update Connect error message to point to the correct config validation REST endpoint (#7991) 5 years ago
Chia-Ping Tsai 4f6907947a
MINOR: fix linking errors in javadoc (#8198) 5 years ago
Alaa Zbair 5ccd3cd46d
KAFKA-8842: : Reading/Writing confused in Connect QuickStart Guide 5 years ago
A. Sophie Blee-Goldman 6cf27c9c77
KAFKA-6145: Pt 2.5 Compute overall task lag per client (#8252) 5 years ago
Lucas Bradstreet c16938fd96
MINOR: allow retries for unitTest and integrationTest runs (#8323) 5 years ago
Matthias J. Sax 635b5fd47c
KAFKA-9741: Update ConsumerGroupMetadata before calling onPartitionsRevoked() (#8325) 5 years ago
Boyang Chen c75dc5e2e0
KAFKA-9701 (fix): Only check protocol name when generation is valid (#8324) 5 years ago
Konstantine Karantasis 406635bcc9
MINOR: Use Exit.exit instead of System.exit in MM2 (#8321) 5 years ago
Boyang Chen c249ea8e5d
KAFKA-9727: cleanup the state store for standby task dirty close and check null for changelogs (#8307) 5 years ago
Bruno Cadonna cbdd0d6cf1
KAFKA-6145: Add constrained balanced assignment algorithm (#8262) 5 years ago
John Roesler 960b216290
KAFKA-9734: Fix IllegalState in Streams transit to standby (#8319) 5 years ago
Agam Brahma 24d05aa601
KAFKA-9553; Improve measurement for loading groups and transactions (#8155) 5 years ago