1287 Commits (555d05971e16123a497ad423ef4786e0831b2101)

Author SHA1 Message Date
A. Sophie Blee-Goldman 555d05971e Added note to RocksDBConfigSetter (#6578) 6 years ago
Matthias J. Sax 0e08358da4
KAFKA-6455: KStream-KStream join should set max timestamp for result record (#6565) 6 years ago
pkleindl 5919e73e5d MINOR: fixed missing close of Iterator, used try-with-resource where appropriate (#6562) 6 years ago
cadonna 05668e98f5 KAFKA-7875: Add KStream.flatTransformValues (#6424) 6 years ago
Casey Green b7d7f7590d KAFKA-7778: Add KTable.suppress to Scala API (#6314) 6 years ago
A. Sophie Blee-Goldman 9f5a69a4c2 [MINOR] Guard against crashing on invalid key range queries (#6521) 6 years ago
cadonna 97bca4d3f5 MINOR: Correct KStream documentation (#6552) 6 years ago
Guozhang Wang 4aa2cfe467
MINOR: Tighten up metadata upgrade test (#6531) 6 years ago
John Roesler 9bd0d6aa93 KAFKA-6399: Remove Streams max.poll.interval override (#6509) 6 years ago
Guozhang Wang c23bf7a360 HOTFIX: Update unit test for KIP-443 6 years ago
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