918 Commits (6be908a8296456adee254b405605acff55fd47a5)

Author SHA1 Message Date
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
Yasuhiro Matsuda 268392f5e9 HOTFIX: fix ProcessorStateManager to use correct ktable partitions 9 years ago
Guozhang Wang d05fa0a03b KAFKA-2804: manage changelog topics through ZK in PartitionAssignor 9 years ago
Yasuhiro Matsuda 39c3512ece KAFKA-2856: Add KTable non-stateful APIs along with standby task support 9 years ago
bbejeck a5382a333e KAFKA-2902: streaming config use get base consumer configs. 9 years ago
Yasuhiro Matsuda d07bb18140 MINOR: comments on KStream methods, and fix generics 9 years ago
Yasuhiro Matsuda 5e8958a856 MINOR: initialize Serdes with ProcessorContext 9 years ago
Yasuhiro Matsuda e14ae66e72 MINOR: change KStream processor names 9 years ago
Yasuhiro Matsuda 617a91a236 HOTFIX: fix StreamTask.close() 9 years ago
Bill Bejeck 84c8d2bb86 KAFKA-2872: unite sink nodes with parent nodes in addSink 9 years ago
Yasuhiro Matsuda 0158623480 MINOR: remove the group id from a restore consumer 9 years ago
Yasuhiro Matsuda 1a36af80b7 MINOR: add KStream merge operator 9 years ago
Yasuhiro Matsuda 4a3d244a2c MINOR: do not create a StandbyTask if there is no state store in the task 9 years ago
Yasuhiro Matsuda 45e7f71309 KAFKA-2811: add standby tasks 9 years ago
Grant Henke 370ce2b4b7 KAFKA-2815: Fix KafkaStreamingPartitionAssignorTest.testSubscription 9 years ago
Yasuhiro Matsuda 124f73b174 KAFKA-2763: better stream task assignment 9 years ago
Jason Gustafson c39e79bb5a KAFKA-2691: Improve handling of authorization failure during metadata refresh 9 years ago
Yasuhiro Matsuda 421de0a3f9 KAFKA-2727: Topology partial construction 9 years ago