1271 Commits (1baba1b347a9db51514777dba07263e285e8237b)

Author SHA1 Message Date
Guozhang Wang 89cf515aec
MINOR: replace deprecated remove with delete (#5565) 6 years ago
John Roesler 1dd85a328f MINOR: restructure Windows to favor immutable implementation (#5536) 6 years ago
Joan Goyeau b8559de23d MINOR: Fix streams Scala foreach recursive call (#5539) 6 years ago
Kamal Chandraprakash c968267bf1 MINOR: Return correct instance of SessionWindowSerde (#5546) 6 years ago
Joan Goyeau d8f9f278a2 KAFKA-7316: Fix Streams Scala filter recursive call #5538 6 years ago
Joan Goyeau dae9c41838 KAFKA-7301: Fix streams Scala join ambiguous overload (#5502) 6 years ago
Joan Goyeau a289865266 MINOR: Small refactorings on KTable joins (#5540) 6 years ago
tedyu 3afcbebf39 Minor: set task to null at the end of shouldWrapProducerFencedExceptionWithTaskMigragedExceptionInSuspendWhenCommitting (#5534) 6 years ago
Mickael Maison 80294d0f5a MINOR: Improved configuration formatting in documentation (#5532) 6 years ago
tedyu f9f0b5c675 Minor: add valueChangingOperation and mergeNode to StreamsGraphNode#toString (#5522) 6 years ago
Bill Bejeck bf2c46a0b8 MINOR: Change order of Property Check To Avoid NPE (#5528) 6 years ago
Bill Bejeck 7c4e672469 MINOR: Update test to wait for final value to reduce flakiness updated test method for multiple keys (#5517) 6 years ago
Guozhang Wang 0d778987ee
KAFKA-6998: Disable Caching when max.cache.bytes are zero. (#5488) 6 years ago
Matthias J. Sax 3c14feb442
KAFKA-7285: Create new producer on each rebalance if EOS enabled (#5501) 6 years ago
John Roesler a4a65abcd3 MINOR: (re)add equals/hashCode to *Windows (#5510) 6 years ago
Bill Bejeck 3e64e5b9c0 KAFKA-6761: Reduce streams footprint part IV add optimization (#5451) 6 years ago
John Roesler b3771ba22a KAFKA-7222: Add Windows grace period (#5369) 6 years ago
Koen De Groote 9e0e29ac5c MINOR: Use statically compiled regular expressions for efficiency (#5168) 6 years ago
John Roesler 6d1685fa45 KAFKA-7284: streams should unwrap fenced exception (#5499) 6 years ago
nprad 79a2f892ca KAFKA-6966: Extend TopologyDescription to better represent Source and (#5284) 6 years ago
John Roesler b1539ff62d KAFKA-7250: switch scala transform to TransformSupplier (#5481) 6 years ago
Kamal Chandraprakash 13a7544418 MINOR: Fixed log in Topology Builder. (#5477) 6 years ago
Bill Bejeck 59ae73482d MINOR: Follow up for KAFKA-6761 graph should add stores for consistency (#5453) 6 years ago
Guozhang Wang d12ceacd7a
KAFKA-7158: Add unit test for window store range queries (#5466) 6 years ago
Manikumar Reddy O a9d7f8a1fd MINOR: Fix Streams scala format violations (#5472) 6 years ago
Michal Dziemianko ed13d7eebb KAFKA-7250: fix transform function in scala DSL to accept TranformerSupplier (#5468) 6 years ago
Manikumar Reddy O e75048d3e5 MINOR: increase timeout values in streams tests (#5461) 6 years ago
John Roesler b9f1179694 MINOR: clean up window store interface to avoid confusion (#5359) 6 years ago
Manikumar Reddy O 924466ad62 MINOR: close producer instance in AbstractJoinIntegrationTest (#5459) 6 years ago
John Roesler cf2c5e9ffc MINOR: clean up node and store sensors (#5450) 6 years ago
John Roesler 3637b2c374 MINOR: Require final variables in Streams (#5452) 6 years ago
Guozhang Wang afe00effe2
KAFKA-3514: Part II, Choose tasks with data on all partitions to process (#5398) 6 years ago
Matthias J. Sax b083ed66b9
MINOR: improve JavaDocs for Streams PAPI WordCountExample (#5442) 6 years ago
Bill Bejeck c19213ab41 KAFKA-6761: Construct Physical Plan using Graph, Reduce streams footprint part III (#5201) 6 years ago
Jason Gustafson c3e7c0bcb2
MINOR: Producers should set delivery timeout instead of retries (#5425) 6 years ago
John Roesler aa48791297 KAFKA-7161: check invariant: oldValue is in the state (#5366) 6 years ago
John Roesler 814fbe0fea MINOR: Remove 1 minute minimum segment interval (#5323) 6 years ago
Bill Bejeck e09d6d796f KAFKA-7027: Add overloaded build method to StreamsBuilder (#5437) 6 years ago
Lee Dongjin 495c78db6f KAFKA-6999: Add description on read-write lock vulnerability of ReadOnlyKeyValueStore (#5351) 6 years ago
Guozhang Wang c8c3a7dc48
KAFKA-7192 Follow-up: update checkpoint to the reset beginning offset (#5430) 6 years ago
Guozhang Wang 061885e9f1
KAFKA-7192: Wipe out if EOS is turned on and checkpoint file does not exist (#5421) 6 years ago
Matthias J. Sax 42af41d5fc
MINOR: Caching layer should forward record timestamp (#5423) 6 years ago
Bill Bejeck 1d9a427225 KAFKA-7144: Fix task assignment to be even (#5390) 6 years ago
Matthias J. Sax 487b954542
MINOR: internal config objects should not be logged (#5389) 6 years ago
Rajini Sivaram 4b60ed3247
KAFKA-7193: Use ZooKeeper IP address in streams tests to avoid timeouts (#5414) 6 years ago
Guozhang Wang 75825caee4
KAFKA-5037 Follow-up: move Scala test to Java (#5399) 6 years ago
Manikumar Reddy O 9089fb2d82 MINOR: Fix format violations streams scala tests (#5402) 6 years ago
Ted Yu 82f124ae30 KAFKA-5037: Fix infinite loop if all input topics are unknown at startup 6 years ago
Manikumar Reddy O 96c53e96b8 MINOR: Remove deprecated ZkUtils usage from EmbeddedKafkaCluster (#5324) 6 years ago
Guozhang Wang 2f6240ac94
KAFKA-3514: Remove min timestamp tracker (#5382) 6 years ago