257 Commits (57ee6ffc897a26fea381a13b6e2b00d024c49ee8)

Author SHA1 Message Date
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
Guozhang Wang c00a036e06 HOTFIX: Add missing file for KeyValue unit test 9 years ago
Guozhang Wang 0ce9163989 MINOR: KTable.count() to only take a selector for key 9 years ago
Yasuhiro Matsuda f7fe9ccb46 HOTFIX: fix consumer config for streams 9 years ago
Yasuhiro Matsuda 878b78acb6 KAFKA-3245: config for changelog replication factor 9 years ago
Yasuhiro Matsuda 3358e1682f KAFKA-2802: kafka streams system tests 9 years ago
Yasuhiro Matsuda 68af16ac15 MINOR: catch a commit failure due to rebalance in StreamThread 9 years ago
Yasuhiro Matsuda 982ab09a79 HOTFIX: check offset limits in streamtask when recovering KTable store 9 years ago
Yasuhiro Matsuda ff7b0f5b46 HOTFIX: make sure to go through all shutdown steps 9 years ago
Jiangjie Qin 45c8195fa1 KAFKA-3025; Added timetamp to Message and use relative offset. 9 years ago
Yasuhiro Matsuda eee95228fa MINOR: remove streams config params from producer/consumer configs 9 years ago
Yasuhiro Matsuda f141e647a4 MINOR: catch an exception in rebalance and stop the stream thread 9 years ago
tomdearman 330274ed1c KAFKA-3229 ensure that root statestore is registered with ProcessorStateManager 9 years ago
Yasuhiro Matsuda 67a7ea9d67 MINOR: add setUncaughtExceptionHandler to KafkaStreams 9 years ago
Yasuhiro Matsuda c1f8f689af HOTFIX: poll even when all partitions are paused. handle concurrent cleanup 9 years ago
Yasuhiro Matsuda b5e6b8671a HOTFIX: open window segments in order, add segment id check in getSegment 9 years ago
Yasuhiro Matsuda 6352a30f46 HOTFIX: Fix NPE after standby task reassignment 9 years ago
Yasuhiro Matsuda feda3f68e9 HOTFIX: open window segments on init 9 years ago
Yasuhiro Matsuda f7ad3d1b1f HOTFIX: RecordCollector should send a record to the specified partition 9 years ago
Yasuhiro Matsuda d2fc6f36cc MINOR: fix RocksDBStore range search 9 years ago
Yasuhiro Matsuda 4ee68b43c1 HOTFIX: fix streams issues 9 years ago
Yasuhiro Matsuda fa05ee7279 MINOR: Add more info to RecordCollector error message 9 years ago
Guozhang Wang 7802a90ed9 KAFKA-3207: Fix StateChangeLogger to use the right topic name 9 years ago
Yasuhiro Matsuda 0a7b20e286 HOTFIX: fix partition ordering in assignment 9 years ago
Yasuhiro Matsuda 77683c3cb0 HOTFIX: temp fix for ktable look up 9 years ago
Guozhang Wang d3ff902d60 MINOR: Fix restoring for source KTable 9 years ago
Guozhang Wang 79eacf6c95 MINOR: Some more Kafka Streams Javadocs 9 years ago
Ismael Juma e8343e67e1 KAFKA-3195; Transient test failure in OffsetCheckpointTest.testReadWrite 9 years ago
Guozhang Wang 95174337c2 KAFKA-3121: Refactor KStream Aggregate to be Lambda-able. 9 years ago
Yasuhiro Matsuda 8189f9d580 MINOR: some javadocs for kstream public api 9 years ago
Guozhang Wang 86a9036a7b MINOR: fix the logic of RocksDBWindowStore using RocksDBStore Segments 9 years ago
Guozhang Wang 4adfd7960c MINOR: Reorder StreamThread shutdown sequence 9 years ago
Guozhang Wang 57da044a99 KAFKA-3060: Refactor MeteredStore and RockDBStore Impl 9 years ago
Yasuhiro Matsuda 181df80dc3 MINOR: removed obsolete class 9 years ago
Yasuhiro Matsuda 598851f19c MINOR: remove the init method from Serdes 9 years ago
Yasuhiro Matsuda 22de0a8ab5 MINOR: join test for windowed keys 9 years ago
Yasuhiro Matsuda 9ffa907d70 MINOR: remove FilteredIterator 9 years ago