1271 Commits (1baba1b347a9db51514777dba07263e285e8237b)

Author SHA1 Message Date
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
asutosh936 93ba9621fe KAFKA-7492 : Updated javadocs for aggregate and reduce methods returning null behavior. (#6285) 6 years ago
Chia-Ping Tsai 35a0de32ee KAFKA-6161 Add default implementation to close() and configure() for Serdes (#5348) 6 years ago
Matthias J. Sax 83281ba0e4
KAFKA-7933: Switch from persistent to in-memory store in KTableKTableLeftJoinTest (#6292) 6 years ago
A. Sophie Blee-Goldman ff603c63bb KAFKA-4730: Streams does not have an in-memory windowed store (#6239) 6 years ago
Bill Bejeck 18984434df
HOT_FIX: Change flag so plain RocksDB instance returned (#6297) 6 years ago
Matthias J. Sax 9fe89f357c MINOR: improve JavaDocs about auto-repartitioning in Streams DSL (#6269) 6 years ago