1377 Commits (3e48bdbc333602a042b6b0fb7fb9e14625ab4ece)

Author SHA1 Message Date
Guozhang Wang 213466b3d4
KAFKA-7190: KIP-443; Remove streams overrides on repartition topics (#6511) 6 years ago
Bill Bejeck 369d89f208
MINOR: Move KTable source topic for changelog to optimization framework (#6500) 6 years ago
Lee Dongjin ff78c684ff KAFKA-7502: Cleanup KTable materialization logic in a single place (doMapValues) (#6520) 6 years ago
Lee Dongjin d10023e8d3 Cleanup KTableImpl#doTransformValues (#6519) 6 years ago
Lee Dongjin d63d702252 KAFKA-7502: Cleanup KTable materialization logic in a single place (filter) (#6453) 6 years ago
Matthias J. Sax dc0601a1c6
KAFKA-3522: Add RocksDBTimestampedSegmentedBytesStore (#6186) 6 years ago
Bill Bejeck c74acb24eb
MINOR: Remove line for testing repartition topic name (#6488) 6 years ago
Bill Bejeck 1acae2a67c
MINOR: Clean up ThreadCacheTest (#6485) 6 years ago
Matthias J. Sax 1f692bdf53
KAFKA-8142: Fix NPE for nulls in Headers (#6484) 6 years ago
khairy 3124b07066 KAFKA-7243: Add unit integration tests to validate metrics in Kafka Streams (#6080) 6 years ago
Florian Hussonnois fa57eb065d KAFKA-6958: Add new NamedOperation interface to enforce consistency in naming operations (#6409) 6 years ago
Matthias J. Sax b5ce093a24
MINOR: capture result timestamps in Kafka Streams DSL tests (#6447) 6 years ago
A. Sophie Blee-Goldman 538bd7eddf KAFKA-8094: Iterating over cache with get(key) is inefficient (#6433) 6 years ago
Guozhang Wang 6d649f503a KAFKA-8062: Do not remore StateListener when shutting down stream thread (#6468) 6 years ago
Rajini Sivaram ca6ac9393b
MINOR: Retain public constructors of classes from public API (#6455) 6 years ago
Kristian Aurlien fd5c0849e1 KAFKA-7855: Kafka Streams Maven Archetype quickstart fails to compile out of the box (#6194) 6 years ago
Massimo Siani 853f24a4a1 KAFKA-7027: Add an overload build method in scala (#6373) 6 years ago
Lee Dongjin 4ca8e40e2f KAFKA-7502: Cleanup KTable materialization logic in a single place (#6174) 6 years ago
Matthias J. Sax a648ef0b44 MINOR: Fix JavaDocs warnings (#6435) 6 years ago
Bill Bejeck 9ecadc4df4 MINOR: Use Java 8 lambdas in KStreamImplTest (#6430) 6 years ago
cadonna 2aca624162 MINOR: Avoid double null check in KStream#transform() (#6429) 6 years ago
John Roesler 8e97540071 KAFKA-7944: Improve Suppress test coverage (#6382) 6 years ago
Matthias J. Sax ab7ea07f5e KAFKA-3522: add missing guards for TimestampedXxxStore (#6356) 6 years ago
Manikumar Reddy a42f16f980 KAFKA-7922: Return authorized operations in Metadata request response (KIP-430 Part-2) 6 years ago
Matthias J. Sax 0ef2b4ccce MINOR: fix Scala compiler warning (#6417) 6 years ago
Matthias J. Sax 09f1009d24
KAFKA-8065: restore original input record timestamp in forward() (#6393) 6 years ago
Matthias J. Sax 3619d2f383 MINOR: cleanup deprectaion annotations (#6290) 6 years ago
Matthias J. Sax 04e206154a KAFKA-3522: Add TimestampedWindowStore builder/runtime classes (#6173) 6 years ago
John Roesler f716d08c9c KAFKA-8040: Streams handle initTransactions timeout (#6372) 6 years ago
Jason Gustafson 460e46c3bb
KAFKA-7831; Do not modify subscription state from background thread (#6221) 6 years ago
John Roesler ccd3af1566 Minor resolve streams scala warnings (#6369) 6 years ago
cadonna 96c4e323bf Improve API docs of (flatT|t)ransform (#6365) 6 years ago
Matthias J. Sax 240d7589d6 MINOR: improve JavaDocs about global state stores (#6359) 6 years ago
Matthias J. Sax ab00c51b63
KAFKA-3522: Add public interfaces for timestamped stores (#6175) 6 years ago
A. Sophie Blee-Goldman 47888630a0 KAFKA-8007: Avoid copying on fetch in InMemoryWindowStore (#6335) 6 years ago
A. Sophie Blee-Goldman 8662efbad2 KAFKA-8006: Guard calls to init and close from global processor (#6353) 6 years ago
A. Sophie Blee-Goldman 14d97aabad Moved 'expired-window-' and 'late-' record-drop to StreamsMetricsImpl (#6355) 6 years ago
lzh3636 d930e5d3d8 improve some logging statements (#6078) 6 years ago
Matthias J. Sax 33ba2820f4
KAFKA-3522: Add TimestampedKeyValueStore builder/runtime classes (#6152) 6 years ago
A. Sophie Blee-Goldman b03e8c234a KAFKA-7918: Inline generic parameters Pt. III: in-memory window store (#6328) 6 years ago
Bill Bejeck 45adc80366
KAFKA-8011: Fix for race condition causing concurrent modification exception (#6338) 6 years ago
A. Sophie Blee-Goldman 09136235db KAFKA-7912: Support concurrent access in InMemoryKeyValueStore (#6336) 6 years ago
Matthias J. Sax 3c46b5669d
MINOR: Remove types from caching stores (#6331) 6 years ago
A. Sophie Blee-Goldman a8f2307164 KAFKA-7918: Inline generic parameters Pt. II: RocksDB Bytes Store and Memory LRU Caches (#6327) 6 years ago
Boyang Chen 49f1096814 MINOR: fix parameter naming (#6316) 6 years ago
Lee Dongjin dc91ce58af [TRIVIAL] Remove unused StreamsGraphNode#repartitionRequired (#6227) 6 years ago
A. Sophie Blee-Goldman 21b7963547 KAFKA-7918: Inline generic parameters Pt. I: in-memory key-value store (#6293) 6 years ago
Bill Bejeck 12e8b8c2c7 MINOR: Enable capture of full stack trace in StreamTask#process (#6310) 6 years ago
Boyang Chen 1f9aa01a5b KAFKA-7672 : force write checkpoint during StreamTask #suspend (#6115) 6 years ago
Guozhang Wang 0d461e4ea0
KAFKA-7672: Restoring tasks need to be closed upon task suspension (#6113) 6 years ago