50 Commits (5e72f66ab5c6220098ebbd20957a05a1ed657ab7)

Author SHA1 Message Date
John Roesler d57fe1b053 MINOR: single Jackson serde for PageViewTypedDemo (#5590) 6 years ago
John Roesler 3637b2c374 MINOR: Require final variables in Streams (#5452) 6 years ago
Matthias J. Sax b083ed66b9
MINOR: improve JavaDocs for Streams PAPI WordCountExample (#5442) 6 years ago
Guozhang Wang d3e264e773
MINOR: update web docs and examples of Streams with Java8 syntax (#5249) 7 years ago
Guozhang Wang 6b8e79b137
HOTFIX: move Conusmed to o.a.k.streams.kstream (#5033) 7 years ago
Guozhang Wang 32e97b1d9d
MINOR: Remove deprecated parameter in ProcessorContext#register (#4911) 7 years ago
Guozhang Wang af983267be
MINOR: Removed deprecated schedule function (#4908) 7 years ago
John Roesler adbf31ab1d KAFKA-6473: Add MockProcessorContext to public test-utils (#4736) 7 years ago
Vitaly Pushkar b1aa1912f0 KAFKA-4831: Extract WindowedSerde to public APIs (#3307) 7 years ago
Matthias J. Sax 713a67fdda MINOR: add suppress warnings annotations in Streams API 7 years ago
Damian Guy f2b74aa1c3 KAFKA-5873; add materialized overloads to StreamsBuilder 7 years ago
Richard Yu 90b4b07e6e KAFKA-4468: Correctly calculate the window end timestamp after read from state stores 7 years ago
Damian Guy d0ee6ed36b KAFKA-5832; add Consumed and change StreamBuilder to use it 7 years ago
Damian Guy 9cbb9f0939 KAFKA-5650; add StateStoreBuilder interface and implementations 7 years ago
Damian Guy b687c06800 KAFKA-5817; Add Serialized class and overloads to KStream#groupBy and KStream#groupByKey 7 years ago
Guozhang Wang d2774e302f KAFKA-5727: Add Streams quickstart tutorial as an archetype project 7 years ago
Paolo Patierno 94a6d6c02d KAFKA-5454: Add a new Kafka Streams example IoT oriented 7 years ago
Matthias J. Sax da2205578b KAFKA-5671: Add StreamsBuilder and Deprecate KStreamBuilder 7 years ago
Matthias J. Sax 1844bf2b2f KAFKA-5670: (KIP-120) Add Topology and deprecate TopologyBuilder 7 years ago
Guozhang Wang 91c207c2c6 MINOR: Make streams quick start more interactive 7 years ago
Michal Borowiecki efb060c57f KAFKA-5233; KIP-138: Change punctuate semantics 7 years ago
Guozhang Wang 7f4feda959 MINOR: Turn off caching in demos for more understandable outputs 8 years ago
Jeyhun Karimov 9198467eb2 KAFKA-4144: Allow per stream/table timestamp extractor 8 years ago
Michael G. Noll 6ba98f6e5a MINOR: Improve topic management instructions for Kafka Streams examples 8 years ago
Colin P. Mccabe d345d53e4e KAFKA-4902; Utils#delete should correctly handle I/O errors and symlinks 8 years ago
Colin P. Mccabe aea5989d98 KAFKA-4944; Fix an "unread field" findbugs warning in streams examples 8 years ago
Damian Guy 2269eed242 KAFKA-4919: Document that stores must not be closed when Processors are closed 8 years ago
Matthias J. Sax d0e436c471 MINOR: improve license header check by providing head file instead of (prefix) header regex 8 years ago
Will Marshall 51e745ef30 MINOR: Fix typo in WordCountProcessorDemo 8 years ago
Gwen Shapira 9a7032720f MINOR: Clarify misleading comment in WordCount example 8 years ago
Hojjat Jafarpour 4b71c0bdc1 KAFKA-4060: Remove zk client dependency in kafka streams 8 years ago
Matthias J. Sax 9bed8fbcfc KAFKA-4393: Improve invalid/negative TS handling 8 years ago
Eno Thereska fbc5185543 KAFKA-3870: Expose state store names in DSL 8 years ago
Damian Guy 7d9d1cb235 KAFKA-3561: Auto create through topic for KStream aggregation and join 9 years ago
Guozhang Wang 177b2d0bea KAFKA-3735: Dispose all RocksObejcts upon completeness 9 years ago
Matthias J. Sax 4ab4e4af81 KAFKA-3598: Improve JavaDoc of public API 9 years ago
Michael G. Noll 68433dcfdc KAFKA-3613: Consolidate TumblingWindows and HoppingWindows into TimeWindows 9 years ago
Rajini Sivaram 9d71489ff0 KAFKA-3548: Use root locale for case transformation of constant strings 9 years ago
Guozhang Wang 23b50093f4 KAFKA-3454: add Kafka Streams web docs 9 years ago
Guozhang Wang 5d0cd7667f KAFKA-3422: Add overloading functions without serdes in Streams DSL 9 years ago
Guozhang Wang dea0719e99 KAFKA-3336: Unify Serializer and Deserializer into Serialization 9 years ago
Michael G. Noll 958e10c87c KAFKA-3411: Streams: stop using "job" terminology, rename job.id to application.id 9 years ago
Ismael Juma fd6efbe0b7 MINOR: Remove unused import in `WordCountJob` to fix checkstyle failure 9 years ago
Yasuhiro Matsuda 355076cd26 MINOR: kstream/ktable counting method with default long serdes 9 years ago
Guozhang Wang edeb11bc56 MINOR: Move streams-examples source files under src folder 9 years ago
Yasuhiro Matsuda 5da935ef78 MINOR: Add AUTO_OFFSET_RESET_CONFIG to StreamsConfig; remove TOTAL_RECORDS_TO_PROCESS from StreamsConfig 9 years ago
Guozhang Wang 845c6eae1f KAFKA-3192: Add unwindowed aggregations for KStream; and make all example code executable 9 years ago
Guozhang Wang 95174337c2 KAFKA-3121: Refactor KStream Aggregate to be Lambda-able. 9 years ago
Guozhang Wang 57da044a99 KAFKA-3060: Refactor MeteredStore and RockDBStore Impl 9 years ago
Guozhang Wang c197113a9c KAFKA-3066: Demo Examples for Kafka Streams 9 years ago