7551 Commits (aa1b3c1107f53638ec2a4a6c2f06a4626545fad3)
 

Author SHA1 Message Date
high.lee 133c2ed58a
KAFKA-9290: Update IQ related JavaDocs (#8114) 5 years ago
Matthias J. Sax 611831b051
KAFKA-9928: Fix flaky GlobalKTableEOSIntegrationTest (#8600) 5 years ago
Bruno Cadonna c19a3be198
KAFKA-6145: Set HighAvailabilityTaskAssignor as default in streams_upgrade_test.py (#8613) 5 years ago
Andy Coates 4f61b00fcd
KAFKA-9667: Connect JSON serde strip trailing zeros (#8230) 5 years ago
Guozhang Wang 71397adaff
MINOR: Log4j Improvements on Fetcher (#8629) 5 years ago
Andy Coates 33bfdacd7a
KAFKA-9865: Expose output topic names from TopologyTestDriver (#8483) 5 years ago
Scott Hendricks 5203ab0c5d
MINOR - Increase the number of Trogdor Histogram buckets to 10000 (#8627) 5 years ago
Chris Egerton 29dd1148c8
KAFKA-9768: Fix handling of rest.advertised.listener config (#8360) 5 years ago
belugabehr 074ab2ebf6
KAFKA-9419: Fix possible integer overflow in CircularIterator (#7950) 5 years ago
Jason Gustafson c15cd5cfeb
MINOR: Only add 'Data' suffix for generated request/response/header types (#8625) 5 years ago
Jason Gustafson 849b65a13a
KAFKA-9947; Ensure proper shutdown of services in `TransactionsBounceTest` (#8602) 5 years ago
Viktor Somogyi d70dacb54a
KAFKA-6342; Remove unused workaround for JSON parsing of non-escaped strings (#8591) 5 years ago
Ismael Juma 1d438033f7
MINOR: Pass `-release 8` to scalac and upgrade to Gradle 6.4 (#8538) 5 years ago
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