707 Commits (f29391c4902699939cc621b2313f06fce5440691)

Author SHA1 Message Date
Damian Guy a2da064cbf KAFKA-5922: Add SessionWindowedKStream 7 years ago
Damian Guy bb9859720b MINOR: change task initialization logging levels 7 years ago
Damian Guy 37ec15e962 KAFKA-5931; deprecate KTable#through and KTable#to 7 years ago
Matthias J. Sax bd0146d984 MINOR: various random minor fixes and improve KafkaConsumer JavaDocs 7 years ago
Damian Guy c96f89f845 MINOR: use StoreBuilder in KStreamImpl rather than StateStoreSupplier 7 years ago
Damian Guy c8f1471992 KAFKA-5921; add Materialized overloads to windowed kstream 7 years ago
Matthias J. Sax d0645aaeef KAFKA-5893; Preserve original System.out in PrintedTest 7 years ago
Matthias J. Sax f46d414c16 KAFKA-5833: Reset thread interrupt state in case of InterruptedException 7 years ago
Damian Guy f2b74aa1c3 KAFKA-5873; add materialized overloads to StreamsBuilder 7 years ago
Andy Chambers bd83ae6ba1 MINOR: Fix typo in mapper parameter of flatMapValues 7 years ago
Damian Guy ed0e692147 KAFKA-5515; Remove date formatting from Segments 7 years ago
coscale_kdegroot be6252d8eb MINOR: Code cleanup, subject: log statements. 7 years ago
Damian Guy d83252ebae KAFKA-5654; add materialized count, reduce, aggregate to KGroupedStream 7 years ago
umesh chaudhary f305dd68f6 KAFKA-5754; Refactor Streams to use LogContext 7 years ago
Damian Guy 985cc534a4 KAFKA-5908; fix range query in CompositeReadOnlyWindowStore 7 years ago
Rajini Sivaram 8a5e866605 KAFKA-5738; Add cumulative count for rate metrics (KIP-187) 7 years ago
lperry c42bfc0d51 MINOR: Fix JavaDoc for StreamsConfig.PROCESSING_GUARANTEE_CONFIG 7 years ago
Richard Yu 90b4b07e6e KAFKA-4468: Correctly calculate the window end timestamp after read from state stores 7 years ago
Damian Guy 8bd2a68b50 KAFKA-5655; materialized count, aggregate, reduce to KGroupedTable 7 years ago
Damian Guy 08063f50a0 KAFKA:5653: add join overloads to KTable 7 years ago
Bill Bejeck e1491d4a04 MINOR: refactor build method to extract methods from if statements 7 years ago
Bill Bejeck a67140317a MINOR: update processor topology test driver 7 years ago
Damian Guy d6fabb011a KAFKA-5817: [FOLLOW-UP] add SerializedInternal 7 years ago
Andrey Dyachkov 9bb06c3eef KAFKA-5763; Use LogContext in NetworkClient, Selector and broker 7 years ago
Damian Guy 779714c08b KAFKA-5816; [FOLLOW UP] create ProducedInternal class 7 years ago
Evgeny Veretennikov c5464edbb7 KAFKA-5531; throw concrete exceptions in streams tests 7 years ago
Damian Guy 689a84c7d6 MINOR: make Consumed copy ctor protected 7 years ago
Damian Guy 9cec4109b2 MINOR: make Printed copy ctor protected 7 years ago
Damian Guy 2db1e4423f KAFKA-5852: Add filter, filterNot, mapValues and Materialized to KTable 7 years ago
Damian Guy 4769e3d92a KAFKA-5815; add Printed class and KStream#print(printed) 7 years ago
Damian Guy e16b9143df KAFKA-5853; implement WindowedKStream 7 years ago
Damian Guy d0ee6ed36b KAFKA-5832; add Consumed and change StreamBuilder to use it 7 years ago
Ted Yu a1ec6527db KAFKA-5820: Remove unneeded synchronized keyword in StreamThread 7 years ago
Guozhang Wang 674407908b KAFKA-5698: Sort processor nodes based on its sub-tree size 7 years ago
Damian Guy 329d5fa64a KAFKA-5844; add groupBy(selector, serialized) to Ktable 7 years ago
Damian Guy 9cbb9f0939 KAFKA-5650; add StateStoreBuilder interface and implementations 7 years ago
Damian Guy 667cd60dc6 KAFKA-5816; add Produced class, KStream#to(topic, Produced), and KStream#through(topic, Produced) 7 years ago
Guozhang Wang 9b85cf9ed0 MINOR: KIP-138 renaming of string names 7 years ago
Guozhang Wang 3f155eaa23 MINOR: Log encountered exception during rebalance 7 years ago
Damian Guy 45394d52c1 KAFKA-5819; Add Joined class and relevant KStream join overloads 7 years ago
Damian Guy b687c06800 KAFKA-5817; Add Serialized class and overloads to KStream#groupBy and KStream#groupByKey 7 years ago
Matthias J. Sax 752e531741 KAFKA-5603; Don't abort TX for zombie tasks 7 years ago
Florian Hussonnois facd2c5a8c KAFKA-4819: Expose states for active tasks to public API 7 years ago
Damian Guy d78eb03fad MINOR: add mvn-pgp-plugin to sign streams quickstart jars 7 years ago
Matthias J. Sax 14a7c297ab KAFKA-5818; KafkaStreams state transitions not correct 7 years ago
Sebastian Gavril 51af6fb654 MINOR: Allow timestamp parameter in `ProcessorTopologyTestDriver.process` 7 years ago
Guozhang Wang 9ebc303bb8 KAFKA-5379 follow up: reduce redundant mock processor context 7 years ago
Guozhang Wang f5310d645c MINOR: doc changes for KIP-138 7 years ago
Guozhang Wang 6682abe4ae KAFKA-5797: Delay checking of partition existence in StoreChangelogReader 7 years ago
Damian Guy 76c9a6dcbc KAFKA-5804; retain duplicates in ChangeLoggingWindowBytesStore 7 years ago