1756 Commits (59efa12d0c0c098e6f57848bf5a43b459c0563e0)

Author SHA1 Message Date
Bruno Cadonna 9a47d7e35f
KAFKA-9603: Do not turn on bulk loading for segmented stores on stand-by tasks (#8661) 5 years ago
Levani Kokhreidze 67770072da
KAFKA-9859 / kafka-streams-application-reset tool doesn't take into account topics generated by KTable foreign key join operation (#8671) 5 years ago
Okada Haruki affb270bbc
MINOR: Fix redundant typos in comments and javadocs (#8693) 5 years ago
Boyang Chen 7c7d88339b
KAFKA-10010: Should make state store registration idempotent (#8681) 5 years ago
Boyang Chen 76e0233c93
KAFKA-10011: Remove task id from lockedTaskDirectories during handleLostAll (#8682) 5 years ago
Andras Katona c0fa36dde7
KAFKA-9992: Eliminate JavaConverters in EmbeddedKafkaCluster (#8673) 5 years ago
Bruno Cadonna af02f76623
KAFKA-6145: Add unit tests to verify fix of bug KAFKA-9173 (#8689) 5 years ago
A. Sophie Blee-Goldman 392e49b1ed
MINOR: consolidate processor context for active/standby (#8669) 5 years ago
Guozhang Wang d534b5d817
KAFKA-10001: Should trigger store specific callback if it is also a listener (#8670) 5 years ago
Boyang Chen b558287c0b
MINOR: Handle task migrated inside corruption path (#8667) 5 years ago
A. Sophie Blee-Goldman 4e722021a9
MINOR: skip listOffsets request for newly created changelog topics (#8662) 5 years ago
John Roesler d62f6ebdfe
KAFKA-6145: KIP-441: Improve assignment balance (#8588) 5 years ago
zhaohaidao 43a9e39983
KAFKA-9850 Move KStream#repartition operator validation during Topolo… (#8550) 5 years ago
A. Sophie Blee-Goldman 53875bb043
KAFKA-9966: add internal assignment listener to stabilize eos-beta upgrade test (#8648) 5 years ago
Matthias J. Sax 778d04d4f9
MINOR: Fix ProcessorContext JavaDocs and stream-time computation (#8603) 5 years ago
Matthias J. Sax c9dc0cd9cf
MINOR: improve tests for TopologyTestDriver (#8631) 5 years ago
A. Sophie Blee-Goldman 58f7a97314
KAFKA-9821: consolidate Streams rebalance triggering mechanisms (#8596) 5 years ago
Richard Yu f54cece73e
KAFKA-8770: KIP-557: Drop idempotent KTable source updates (#8254) 5 years ago
Guozhang Wang 035299a55d
MINOR: Remove allow concurrent test (#8641) 5 years ago
Matthias J. Sax 318063a16a
KAFKA-9466: Update Kafka Streams docs for KIP-447 (#8621) 5 years ago
Guozhang Wang 6d0e722f4d
KAFKA-9949: Fix flaky GlobalKTableIntegrationTest (#8635) 5 years ago
A. Sophie Blee-Goldman 72d72a974c
KAFKA-9921: explicit handling of null values with retainDuplicates (#8626) 5 years ago
Boyang Chen fe2742e1b2
KAFKA-9972: Only commit tasks with valid states (#8632) 5 years ago
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
Andy Coates 33bfdacd7a
KAFKA-9865: Expose output topic names from TopologyTestDriver (#8483) 5 years ago
Jason Gustafson c15cd5cfeb
MINOR: Only add 'Data' suffix for generated request/response/header types (#8625) 5 years ago
Matthias J. Sax ff9995fa02
MINOR: Improve TopologyTestDriver JavaDocs (#8619) 5 years ago
Matthias J. Sax 1daa8f638b
KAFKA-9748: Add Streams eos-beta integration test (#8496) 5 years ago
Guozhang Wang 69586fb604 HOTFIX: set correct numIterations in shouldAllowConcurrentAccesses 5 years ago
Guozhang Wang 34824b7bff
KAFKA-9798: Send one round synchronously before starting the async producer (#8565) 5 years ago
Guozhang Wang 9453567241
MINOR: Improve Sensor recording efficiency (#8593) 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
Bruno Cadonna e5217d6cb5
KAFKA-6145: Remove check to reuse previous assignment (#8590) 5 years ago
John Roesler dc4d439825
KAFKA-9875: Make integration tests more resilient (#8578) 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
Guozhang Wang 11fc953c05
KAFKA-9176: Retry on getting local stores from KafkaStreams (#8568) 5 years ago
John Roesler 5bb3415c77
KAFKA-6145: KIP-441: Add TaskAssignor class config (#8541) 5 years ago
A. Sophie Blee-Goldman 6a5946282c
KAFKA-9921: disable caching on stores configured to retain duplicates (#8564) 5 years ago
Guozhang Wang 99b8b51f1e
MINOR: Remove unused foreign-key join class (#8547) 5 years ago
Guozhang Wang fbd8cf0d86
KAFKA-9388: Refactor integration tests to always use different application ids (#8530) 5 years ago
A. Sophie Blee-Goldman 5c548e5dfc
KAFKA-6145: KIP-441: Build state constrained assignment from balanced one (#8497) 5 years ago
Matthias J. Sax 11d8ef76ff
MINOR: Improve usage of LogCaptureAppender (#8508) 5 years ago
Boyang Chen 60b912cd16
KAFKA-9868: Reduce number of transaction log partitions for embed broker (#8522) 5 years ago
Guozhang Wang fcf45e1fac
MINOR: Further reduce runtime for metrics integration tests (#8514) 5 years ago
Chia-Ping Tsai cfea096a8d
HOTFIX: fix checkstyle error of RocksDBStoreTest and flaky RocksDBTimestampedStoreTest.shouldOpenExistingStoreInRegularMode (#8515) 5 years ago
A. Sophie Blee-Goldman 6ea3eedfd8
MINOR: cleanup RocksDBStore tests (#8510) 5 years ago