1026 Commits (f9cdadfdcf64b95afe21590884594eb3b11043f8)

Author SHA1 Message Date
Eno Thereska 416817920b HOTFIX: Fixes to javadoc and to state store name for link joins 8 years ago
Ismael Juma c840f2a95c MINOR: Use `close()` instead of `dispose()` in various RocksDB classes 8 years ago
Pierre Coquentin e62dd4cb77 MINOR: Remove unnecessary synchronized block in org.apache.kafka.streams.processor.internals.StreamTask 8 years ago
Damian Guy bb629f2243 KAFKA-3929: Add prefix for underlying clients configs in StreamConfig 8 years ago
Damian Guy 3bb38d37b7 HOTFIX: Start embedded kafka in KafkaStreamsTest to avoid hanging 8 years ago
Matthias J. Sax f7976d2fc1 KAFKA-4008: Module "tools" should not be dependent on "core" 8 years ago
Matthias J. Sax 38c65a9a39 HOTFIX: Fix unstable Streams application reset integration test 8 years ago
Matthias J. Sax 8deedcacb6 KAFKA-3185: Allow users to cleanup internal Kafka Streams data 8 years ago
Eno Thereska 1ccab26a32 KAFKA-3911: KTable source materialization 8 years ago
Eno Thereska 933a7506ef KAFKA-3858: Add functions to print stream topologies 8 years ago
Damian Guy 9991086671 KAFKA-3740: Enable configuration of RocksDBStores 8 years ago
Damian Guy 72c6b7d84a HOTFIX: fix compilation error due to merge of KAFKA-3812 8 years ago
Damian Guy 14934157df KAFKA-3812: fix state store directory locking in Kafka Streams 8 years ago
Damian Guy f1dd0d2723 KAFKA-3912: Query local state stores 8 years ago
Florian Hussonnois b418922a3b KAFKA-3922: add constructor to AbstractStream class 8 years ago
Damian Guy 114945cb62 KAFKA-3855: Guard race conditions in TopologyBuilder 8 years ago
Eno Thereska 61c568d839 MINOR: Added simple streams benchmark to system tests 8 years ago
Eno Thereska fbc5185543 KAFKA-3870: Expose state store names in DSL 8 years ago
Guozhang Wang f17790cd99 KAFKA-3941: Delay eviction listener in InMemoryKeyValueLoggedStore after restoration 8 years ago
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