722 Commits (cdbf806e2d03594161a18d9a7484a74dfed05a3e)

Author SHA1 Message Date
Bill Bejeck 39d5cdcccf KAFKA-5985; update javadoc regarding closing iterators 7 years ago
Damian Guy 3107a6c5c8 KAFKA-5986; Streams State Restoration never completes when logging is disabled 7 years ago
Bill Bejeck 36556b8041 KAFKA-5932; Avoid call to fetchPrevious in FlushListeners 7 years ago
Damian Guy 082def05ca MINOR: always set Serde.Long on count operations 7 years ago
Matthias J. Sax b79b179716 KAFKA-5949; Follow-up after latest KIP-161 changes 7 years ago
Matthias J. Sax eaabb6cd01 KAFKA-4593; Don't throw IllegalStateException and die on task migration 7 years ago
Damian Guy 9d0a89aea5 HOTFIX: fix build compilation error 7 years ago
Kevin Lu 071f9fe1a2 MINOR: Use full package name when classes referenced in documentation 7 years ago
Matthias J. Sax e846daa89b KAFKA-5979; Use single AtomicCounter to generate internal names 7 years ago
Matthias J. Sax e5f2471c54 KAFKA-5949; User Callback Exceptions need to be handled properly 7 years ago
Bill Bejeck e1543a5a8e KAFKA-5958; Global stores access state restore listener 7 years ago
Richard Yu b8be86b805 KAFKA-5765; Move merge() from StreamsBuilder to KStream 7 years ago
Bill Bejeck 271f6b5aec KAFKA-5862: Remove ZK dependency from Streams reset tool, Part I 7 years ago
Damian Guy 125d8d6f70 KAFKA-5956; use serdes from materialized in table and globalTable 7 years ago
Matthias J. Sax 402aa093db KAFKA-5937: Improve ProcessorStateManager exception handling 7 years ago
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