554 Commits (647afeff6a2e3fd78328f6989e8d9f96bcde5121)

Author SHA1 Message Date
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
Eno Thereska 94aee2143e KAFKA-3612: Added structure for integration tests 9 years ago
Damian Guy 4c76b5fa6a KAFKA-3629; KStreamImpl.to(...) throws NPE when the value SerDe is null 9 years ago
Guozhang Wang 1a73629bb4 KAFKA-3607: Close KStreamTestDriver upon completing; follow-up fixes to be tracked in KAFKA-3623 9 years ago
Matthias J. Sax 9d37b9f4b6 KAKFA-3599: Move WindowStoreUtils to package "internals" 9 years ago
Michael G. Noll 088ab3eaad KAFKA-3614: Consolidate duplicate code in KGroupedTableImpl 9 years ago
Jeff Klukas 18dd1986bd MINOR: Fix some copy-pasted Javadoc in StreamsConfig.java 9 years ago
Guozhang Wang a02c8aaecf KAFKA-3499: prevent array typed keys in KeyValueStore 9 years ago
Greg Fodor 996e29cfe8 KAFKA-3619: File handles are leaked on .lock files of ProcessorStateManager 9 years ago
Damian Guy 1b764c5e83 MINOR: add unit test for KGroupedTable.count 9 years ago
Guozhang Wang 74e6dc8425 KAFKA-3589: set inner serializer for ChangedSerde upon initialization 9 years ago
Matthias J. Sax 5c547475d8 KAFKA-3337: Extract selector as a separate groupBy operator for KTable aggregations 9 years ago
Rajini Sivaram 9d71489ff0 KAFKA-3548: Use root locale for case transformation of constant strings 9 years ago
Bill Bejeck b1691cf49e KAFKA-3430: Allow users to set key in KTable.toStream and in KStream. 9 years ago
Grant Henke 065ddf9019 KAFKA-3549: Close consumers instantiated in consumer tests 9 years ago
Eno Thereska 667ff7ef73 KAFKA-3504; Log compaction for changelog partition 9 years ago
Eno Thereska ba9456de2e KAFKA-3439; Added exceptions thrown 9 years ago
Ismael Juma 319c6e7195 MINOR: Add missing `@Override` to `KStreamImpl.through` 9 years ago
Guozhang Wang 40fd456649 KAFKA-3519: Refactor Transformer's transform / punctuate to return nullable values 9 years ago
Guozhang Wang c76b6e6d9b HOTFIX: special handling first ever triggered punctuate 9 years ago
bbejeck 7c27989860 KAFKA-3338: Add print and writeAsText to KStream/KTable in Kafka Streams 9 years ago
Guozhang Wang 8c59565761 KAFKA-3521: validate null keys in Streams DSL implementations 9 years ago
Eno Thereska 9beafae23a KAFKA-3512: Added foreach operator 9 years ago
Guozhang Wang 3a58407e2e KAFKA-3505: Fix punctuate generated record metadata 9 years ago
Eno Thereska 8dbd688b16 KAFKA-3497: Streams ProcessorContext should support forward() based on child name 9 years ago
Matthias J. Sax 99d2329227 KAFKA-3477: extended KStream/KTable API to specify custom partitioner for sinks 9 years ago
Yasuhiro Matsuda 31e263e829 HOTFIX: set timestamp in SinkNode 9 years ago
Yasuhiro Matsuda bd5325dd8b MINOR: small code optimizations in streams 9 years ago
Guozhang Wang ae939467e8 MINOR: add null check for aggregate and reduce operators 9 years ago
Yasuhiro Matsuda 2788f2dc73 MINOR: a simple benchmark for Streams 9 years ago
Yasuhiro Matsuda 5089f547d5 HOTFIX: RocksDBStore must clear dirty flags after flush 9 years ago
Guozhang Wang 23b50093f4 KAFKA-3454: add Kafka Streams web docs 9 years ago
Andrea Cosentino c1d8c38345 KAFKA-3449: Rename filterOut() to filterNot() to achieve better terminology 9 years ago
Yasuhiro Matsuda 80d78f8147 HOTFIX: fix NPE in changelogger 9 years ago
Ismael Juma d4d5920ed4 KAFKA-3432; Cluster.update() thread-safety 9 years ago
Guozhang Wang b6c29e3810 MINOR: Add InterfaceStability.Unstable annotations to some Kafka Streams public APIs 9 years ago
Pierre-Yves Ritschard 4332175c11 KAFKA-3006: standardize KafkaConsumer API to use Collection 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
Liquan Pei cf40acc2b1 MINOR: Remove unused method, redundant in interface definition and add final for object used in sychronization 9 years ago
Yasuhiro Matsuda c1a56c6839 KAFKA-3395: prefix job id to internal topic names 9 years ago
Guozhang Wang 9c4c5ae1cd MINOR: Add unit test for internal topics 9 years ago
Manikumar reddy O 5761a9ec72 MINOR: streams javadoc corrections 9 years ago
Guozhang Wang 1d19ac9fea HOTFIX: Avoid NPE in StreamsPartitionAssignor 9 years ago
Michael G. Noll 10394aa801 KAFKA-3324; NullPointerException in StreamPartitionAssignor 9 years ago
Ewen Cheslack-Postava b9eda22d71 HOTFIX: Fix checkstyle failure in KStreams by providing fully qualified class names. 9 years ago