275 Commits (bf98c47389baa735aab9cfbf513190a8205447f9)

Author SHA1 Message Date
Roger Hoover 17668e81c9 MINOR: Expose window store sequence number 9 years ago
Guozhang Wang b8ea094b42 KAFKA-3786: Let ConfigDef filter property key value pairs 9 years ago
Guozhang Wang da8517182d KAFKA-3817: handle null keys in KTableRepartitionMap 9 years ago
Tom Rybak 234fa5a694 KAFKA-3784: TimeWindows#windowsFor calculation is incorrect 9 years ago
Matthias J. Sax 245fa2bd8c HOTFIX: updated JavaDoc example for 0.9 tech-prev to 0.10 9 years ago
Eno Thereska 7b7c4a7bb0 KAFKA-3678: Removed sleep from streams integration tests 9 years ago
manuzhang f79db1a423 KAFKA-3749; fix "BOOSTRAP_SERVERS_DOC" typo 9 years ago
Eno Thereska fee6f6f927 MINOR: Removed 1/2 of the hardcoded sleeps in Streams 9 years ago
Guozhang Wang 177b2d0bea KAFKA-3735: Dispose all RocksObejcts upon completeness 9 years ago
Guozhang Wang 53fd22a766 KAFKA-3716; Validate all timestamps are not negative 9 years ago
Guozhang Wang d54616bc31 MINOR: Add INFO logging if ZK config is not specified 9 years ago
Jeff Klukas f34164eed5 MINOR: Fix bugs in KafkaStreams.close() 9 years ago
Ismael Juma ac434a4ebd MINOR: Fix checkstyle failure in `StreamsConfigTest` 9 years ago
Guozhang Wang 5aedde5b29 MINOR: Change type of StreamsConfig.BOOTSTRAP_SERVERS_CONFIG to List 9 years ago
Guozhang Wang 29a682e2ea KAFKA-3658: Validate retention period be longer than window size 9 years ago
Yuto Kawamura fec2d41bc2 KAFKA-3616: Make kafka producers/consumers injectable for KafkaStreams 9 years ago
Eno Thereska 7f4e3ccde8 HOTFIX: Reverted timeouts to larger values 9 years ago
Guozhang Wang c8c6ac3f6d KAFKA-3639; Configure default serdes upon construction 9 years ago
Guozhang Wang 768328689a MINOR: Modify checkstyle to allow import classes only used in javadoc 9 years ago
Eno Thereska b3d2c0dabb MINOR: Added more integration tests 9 years ago
Yuto Kawamura 1f528815de KAFKA-3642: Fix NPE from ProcessorStateManager when the changelog topic not exists 9 years ago
Eno Thereska 60380e31d4 HOTFIX: Fix equality semantics of KeyValue 9 years ago
Matthias J. Sax 3414d56121 KAFKA-3440: Update streams javadocs 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
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