1593 Commits (8ab0994919752cd4870e771221ba934a6a539a67)

Author SHA1 Message Date
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
Guozhang Wang f676cfeb83 MINOR: Improve JavaDoc for some public classes. 9 years ago
Guozhang Wang 2a58ba9fd8 KAFKA-3311; Prepare internal source topics before calling partition grouper 9 years ago
Anna Povzner 002b377dad KAFKA-3196; Added checksum and size to RecordMetadata and ConsumerRecord 9 years ago
Guozhang Wang edeb11bc56 MINOR: Move streams-examples source files under src folder 9 years ago
Guozhang Wang 79662cc7cb HOTFIX: Use the correct serde classes 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
Kim Christensen d501cc62dd KAFKA-3133: Add putIfAbsent function to KeyValueStore 9 years ago
Tom Dearman d4e60b9f59 KAFKA-3278: concatenate thread name to clientId when producer and consumers config is created 9 years ago
Yasuhiro Matsuda 13b8fb295c MINOR: enhance streams system test 9 years ago
Yasuhiro Matsuda fa05752ccd MINOR: add retry to state dir locking 9 years ago