85 Commits (5caa800e217c6b83f62ee3e6b5f02f56e331b309)

Author SHA1 Message Date
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
Guozhang Wang 5ae97196ae KAFKA-3125: Add Kafka Streams Exceptions 9 years ago
Yasuhiro Matsuda 942074b77b MINOR: add equals and hashCode to Windowed 9 years ago
Guozhang Wang c197113a9c KAFKA-3066: Demo Examples for Kafka Streams 9 years ago
Guozhang Wang 21c6cfe50d KAFKA-3136: Rename KafkaStreaming to KafkaStreams 9 years ago
Guozhang Wang 959cf09e86 KAFKA-3121: Remove aggregatorSupplier and add Reduce functions 9 years ago
Guozhang Wang f75e335025 MINOR: complete built-in stream aggregate functions 9 years ago
Guozhang Wang a62eb5993f KAFKA-3104: add windowed aggregation to KStream 9 years ago
Ismael Juma 0c32bc9926 KAFKA-3105: Use `Utils.atomicMoveWithFallback` instead of `File.rename` 9 years ago
Yasuhiro Matsuda 37be6d98da KAFKA-3108: custom StreamParitioner for Windowed key 9 years ago
Guozhang Wang a3d3d5379d MINOR: add internal source topic for tracking 9 years ago
Guozhang Wang 4f22705c7d KAFKA-3081: KTable Aggregation 9 years ago
Guozhang Wang 40d731b871 KAFKA-2653: Add KStream/KTable Aggregation and KTable Join APIs 9 years ago
Randall Hauch 4836e525c8 KAFKA-2649: Add support for custom partitioning in topology sinks 9 years ago
Yasuhiro Matsuda 5aad4999d1 KAFKA-3016: phase-2. stream join implementations 9 years ago
Yasuhiro Matsuda b0b3e5aebf KAFKA-3016: phase-1. A local store for join window 9 years ago
Yasuhiro Matsuda 587a2f4efd KAFKA-2984: KTable should send old values when required 9 years ago
Yasuhiro Matsuda 841d2d1a26 MINOR: StreamThread performance optimization 9 years ago
Yasuhiro Matsuda 1dcafadefc MINOR: test ktable state store creation 9 years ago
Yasuhiro Matsuda 3b350cdff7 HOTFIX: fix table-table outer join and left join. more tests 9 years ago
Guozhang Wang ec466d358d KAFKA-2733: Standardize metric name for Kafka Streams 9 years ago
Yasuhiro Matsuda 991aad23ba KAFKA-2962: stream-table table-table joins 9 years ago
Dong Lin ef92a8ae74 KAFKA-2668; Add a metric that records the total number of metrics 9 years ago