1206 Commits (dc634f18f7ea2ef24d202d6a2380365754005b60)

Author SHA1 Message Date
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
Yasuhiro Matsuda e466ccd711 KAFKA-2707: make KStream processor names deterministic 9 years ago
Yasuhiro Matsuda 758272267c KAFKA-2706: make state stores first class citizens in the processor topology 9 years ago
Yasuhiro Matsuda 13c3e049fb HOTFIX: correct sourceNodes for kstream.through() 9 years ago
Yasuhiro Matsuda af42c37899 HOTFIX: call consumer.poll() even when no task is assigned 9 years ago
Yasuhiro Matsuda 38a1b60553 HOTFIX: fix off-by-one stream offset commit 9 years ago
Yasuhiro Matsuda e6f9b9e473 KAFKA-2694: Reformat task id as group id and partition id 9 years ago
Yasuhiro Matsuda 71399ffe4c KAFKA-2652: integrate new group protocol into partition grouping 9 years ago
Randall Hauch c553249b4e KAFKA-2594: Add InMemoryLRUCacheStore as a preliminary method for bounding in-memory stores 9 years ago
Yasuhiro Matsuda 50a076d1e9 MINOR: set up temp directories properly in StreamTaskTest 9 years ago
Yasuhiro Matsuda c50d39ea82 KAFKA-2654: optimize unnecessary poll(0) away in StreamTask 9 years ago
Randall Hauch 6e571225d5 KAFKA-2593: Key value stores can use specified serializers and deserializers 9 years ago
Yasuhiro Matsuda b1ce9494e3 MINOR: flush record collector after local state flush 9 years ago