7488 Commits (3b6bf8053097200349ecb143148255e02efd1431)
 

Author SHA1 Message Date
David Jacot 3b6bf80530
KAFKA-9946; Partition deletion event should only be sent if deletion was requested in the StopReplica request (#8609) 5 years ago
Matthias J. Sax ff9995fa02
MINOR: Improve TopologyTestDriver JavaDocs (#8619) 5 years ago
jeff kim dd3ea21430 MINOR: MockAdminClient should return InvalidReplicationFactorException if brokers.size < replicationFactor 5 years ago
Matthias J. Sax 1daa8f638b
KAFKA-9748: Add Streams eos-beta integration test (#8496) 5 years ago
Ismael Juma fbfda2c4ad
KAFKA-9731: Disable immediate fetch response for hw propagation if replica selector is not defined (#8607) 5 years ago
Guozhang Wang 69586fb604 HOTFIX: set correct numIterations in shouldAllowConcurrentAccesses 5 years ago
THREE LEVEL HELMET 7cb1600d6a
MINOR: Clean up some test dependencies on ConfigCommand and TopicCommand (#8527) 5 years ago
Chia-Ping Tsai b2a5633a2c
KAFKA-9918; SslEngineFactory is NOT closed when channel is closing (#8551) 5 years ago
Guozhang Wang 34824b7bff
KAFKA-9798: Send one round synchronously before starting the async producer (#8565) 5 years ago
Tom Bentley efa7c0eb70 MINOR: Annotate KafkaAdminClientTest.testAlterClientQuotas() with @Test 5 years ago
Leonard Ge 2aecb089af
KAFKA-9589: Enable testLogAppendTimeNonCompressedV2 and fix bug in helper method (#8533) 5 years ago
fantayeneh 8fd967e10c
MINOR: Use min/max function when possible (#8577) 5 years ago
Guozhang Wang 9453567241
MINOR: Improve Sensor recording efficiency (#8593) 5 years ago
Jason Gustafson 794648aa55
KAFKA-9939; Fix overcounting delayed fetches in request rate metrics (#8586) 5 years ago
Chia-Ping Tsai e5a7708f03
MINOR: Fix typo "transation" in AddPartitionsToTxnRequest.json (#8557) 5 years ago
Jorge Esteban Quilcate Otoya 4803c779de
MINOR: Use `firstTimestamp` instead of `baseTimestamp` in docs (#8584) 5 years ago
John Roesler fd095aaafd
KAFKA-8410: Revert Part 1: processor context bounds (#8414) (#8595) 5 years ago
A. Sophie Blee-Goldman 95edaba861
KAFKA-6145: KIP 441 remove balance factor (#8597) 5 years ago
Chia-Ping Tsai 6bb4bbf874
HOTFIX: Avoid ambiguity error of Properties#putAll in Java 11 and scala 2.12 (#8599) 5 years ago
Bruno Cadonna e5217d6cb5
KAFKA-6145: Remove check to reuse previous assignment (#8590) 5 years ago
Tom Bentley f92cc85c9f
KAFKA-9633: Ensure ConfigProviders are closed (#8204) 5 years ago
Viktor Somogyi 74fdbc42dd
KAFKA-8835; KIP-352 docs update (#7434) 5 years ago
sebwills c34f3d066e KAFKA-9034: Use double quotes around $JAVA_HOME evn variable 5 years ago
showuon e4e28883d4
MINOR: Fix typo and rephrase content in ops docs (#8581) 5 years ago
Chia-Ping Tsai 07e14e9cc5
MINOR: Fix unused arguments used in formatted string and log messages (#8036) 5 years ago
Chris Egerton cc02dd6e3b
KAFKA-9919: Add logging to KafkaBasedLog::readToLogEnd (#8554) 5 years ago
showuon 417d9b1801
MINOR: Fix broken JMX link in docs by adding missing starting double quote (#8587) 5 years ago
Ismael Juma 322b10964c
KAFKA-9652: Fix throttle metric in RequestChannel and request log due to KIP-219 (#8567) 5 years ago
jiameixie 8a83025109
KAFKA-9922: Update demo instructions in examples README (#8559) 5 years ago
Greg Harris 0ee19e87d2
KAFKA-9830: Implement AutoCloseable in ErrorReporter and subclasses (#8442) 5 years ago
John Roesler dc4d439825
KAFKA-9875: Make integration tests more resilient (#8578) 5 years ago
Ismael Juma 7edbff3394
KAFKA-9932: Don't load configs from ZK when the log has already been loaded (#8582) 5 years ago
John Roesler 688f2e9c0f
KAFKA-9925: decorate pseudo-topics with app id (#8574) 5 years ago
John Roesler 7907b5a6e9
KAFKA-9832: fix attempt to commit non-running tasks (#8580) 5 years ago
A. Sophie Blee-Goldman b5de449377
KAFKA-9127: don't create StreamThreads for global-only topology (#8540) 5 years ago
Lucas Bradstreet 4e1d6a3d04 MINOR: add support for kafka 2.4 and 2.5 to downgrade test 5 years ago
Guozhang Wang 11fc953c05
KAFKA-9176: Retry on getting local stores from KafkaStreams (#8568) 5 years ago
Guozhang Wang f7edf46a5e
KAFKA-9823: Follow-up, check state for handling commit error response (#8548) 5 years ago
John Roesler 5bb3415c77
KAFKA-6145: KIP-441: Add TaskAssignor class config (#8541) 5 years ago
Jorge Esteban Quilcate Otoya 57961c33de
MINOR: Fix partition numbering from 0 to P-1 instead of P in docs (#8572) 5 years ago
A. Sophie Blee-Goldman 6a5946282c
KAFKA-9921: disable caching on stores configured to retain duplicates (#8564) 5 years ago
Leonard Ge 77ac06f3f1
Minor: remove redundant check in auto preferred leader election (#8566) 5 years ago
showuon 2bc87de08e
MINOR: Update the link to the Raft paper in docs (#8560) 5 years ago
Jeff Widman 9886d67999
MINOR: Fix typos in config properties in MM2 test (#8561) 5 years ago
Brian Byrne 2eb0ccfa46
MINOR: Improve producer test BufferPoolTest#testCloseNotifyWaiters. (#7982) 5 years ago
John Roesler 88eae49a8d
MINOR: document how to escape json parameters to ducktape tests (#8546) 5 years ago
David Jacot c5d13dcb6c
KAFKA-9885; Evict last members of a group when the maximum allowed is reached (#8525) 5 years ago
Leonard Ge db9e55a50f
KAFKA-9866: Avoid election for topics where preferred leader is not in ISR (#8524) 5 years ago
Anna Povzner bd17085ec1
KAFKA-9839; Broker should accept control requests with newer broker epoch (#8509) 5 years ago
Aneel Nazareth 2ca19cf603 KAKFA-9612: Add an option to kafka-configs.sh to add configs from a prop file (KIP-574) 5 years ago