257 Commits (57ee6ffc897a26fea381a13b6e2b00d024c49ee8)

Author SHA1 Message Date
Guozhang Wang 3537063a52 MINOR: Check null in SmokeTestDriver to avoid NPE 8 years ago
Guozhang Wang 136a8fabca KAFKA-3887 Follow-up: add unit test for null checking in KTable aggregates 8 years ago
Damian Guy 383cec9cf3 KAFKA-3942; Change IntegrationTestUtils.purgeLocalStreamsState to use java.io.tmpdir 8 years ago
Nafer Sanabria a5da2a4f4c MINOR: Typo fix in comments 8 years ago
Guozhang Wang 730bf9a37a KAFKA-3887: KAFKA-3817 follow-up to avoid forwarding value if it is null in KTableRepartition 8 years ago
Bill Bejeck efc4c88811 KAFKA-3926: Fix transient test failure in RegexSourceIntegrationTest 8 years ago
Jeyhun Karimov 7218648ae7 KAFKA-3836: KStreamReduce and KTableReduce should not pass nulls to Deserializers 8 years ago
Bill Bejeck b64302f9ce KAFKA-3794: added stream / table names as prefix to print / writeAsText 8 years ago
Damian Guy dca263b4e0 MINOR: fix generics in Windows.segments and Windows.until 8 years ago
Damian Guy 416c3a7d97 MINOR: Fix generics in KStream.groupBy(...) 8 years ago
Matthias J. Sax 12fa188b9a HOTFIX: Auto-repartitioning for merge() and code simplifications 8 years ago
Philippe Derome 2098529b44 KAFKA-3902: Optimize KTable.filter in Streams DSL to avoid forwarding if both old and new values are null 8 years ago
Yuto Kawamura 3605ffa306 MINOR: Fix ambiguous log message in RecordCollector 9 years ago
Henry Cai 7d6b416f9e KAFKA-3740: Part I: expose StreamConfig properties in ProcessorContext 9 years ago
Matthias J. Sax 7e9f5a7ee6 HOTFIX: Check JoinWindow boundaries 9 years ago
Henry Cai a34f78dcad KAFKA-3890: Streams use same task assignment on cluster rolling restart 9 years ago
Bill Bejeck 96ae0a5929 MINOR: Follow-up from KAFKA-3842 to fix tempDir 9 years ago
Damian Guy 10abe858bd KAFKA-3896: fix transient failure in KStreamRepartitionJoinTest 9 years ago
Guozhang Wang 0e0b632b92 MINOR: Improve doc string in PartitionGrouper 9 years ago
Bill Bejeck 88924b03d5 KAFKA-3842: consolidate utility methods to TestUtils 9 years ago
Jeff Klukas 41a54358be MINOR: Pass absolute directory path to RocksDB.open 9 years ago
Matthias J. Sax 8ec4e4b7a3 Kafka-3880: Disallow Join Window with size zero 9 years ago
Eno Thereska 8b7dce87a7 KAFKA-3872; Reduce log cleaner buffer size to 2 MB 9 years ago
Damian Guy 44c8308ab1 MINOR: speed up streams integration tests 9 years ago
Guozhang Wang 91135ea33a MINOR: Check null keys in KTableSource 9 years ago
Guozhang Wang 0b0925a16f HOTFIX: Check hasNext in KStreamWindowReduce 9 years ago
Eno Thereska 751fe93090 KAFKA-3805: Check if DB is null. 9 years ago
Damian Guy 7d9d1cb235 KAFKA-3561: Auto create through topic for KStream aggregation and join 9 years ago
bbejeck fb42558e25 KAFKA-3443: support for adding sources to KafkaStreams via Pattern. 9 years ago
Jeff Klukas 1ef7b494bb KAFKA-3753: Add approximateNumEntries() method to KeyValueStore interface 9 years ago
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