524 Commits (3bcadbfb474f6caccc939fb3775a6f969d136af7)

Author SHA1 Message Date
Damian Guy 2269eed242 KAFKA-4919: Document that stores must not be closed when Processors are closed 8 years ago
Guozhang Wang 57278aa82d MINOR: Improvements on Streams log4j 8 years ago
Matthias J. Sax 83824089f2 MINOR: improve hanging ResetIntegrationTest 8 years ago
Damian Guy b3beaebd44 MINOR: log start and end offsets for state store restoration 8 years ago
Matthias J. Sax 6f7780cf12 MINOR: updated incorrect JavaDocs for joins 8 years ago
Damian Guy c2653754d9 MINOR: remove unused log field from KStreamTransformValuesProcessor 8 years ago
Damian Guy c74eec96c5 KAFKA-4863 Follow-up: Querying window store may return unwanted keys 8 years ago
Damian Guy fef7fca2af KAFKA-4594; Annotate integration tests and provide gradle build targets to run subsets of tests 8 years ago
Sachin Mittal 197a5d5a6d KAFKA-4848: Fix retryWithBackoff deadlock issue 8 years ago
Colin P. Mccabe 5a2fcdd6d4 KAFKA-4894; Fix findbugs "default character set in use" warnings 8 years ago
Michael G. Noll 783900c259 MINOR: Guard against NPE when throwing StreamsException on serializer mismatch 8 years ago
Nikki Thean 9e787716b0 KAFKA-4607: Validate the names of auto-generated internal topics 8 years ago
Guozhang Wang cfda0368db KAFKA-4859: Set shorter commit interval for integration tests with caching 8 years ago
Guozhang Wang b8fe2bb56c KAFKA-4885: Add client.close as exception handler in streams system tests 8 years ago
Guozhang Wang b9f812491f MINOR: Improve log4j on stream thread and stream process 8 years ago
Damian Guy 9e4548df30 KAFKA-4863; Querying window store may return unwanted keys 8 years ago
Andrey Dyachkov 85e7a0a2b0 KAFKA-4657: Improve test coverage of CompositeReadOnlyWindowStore 8 years ago
Aaron Coburn 046519d071 MINOR: incorrect javadoc formatting 8 years ago
Eno Thereska 0011a3dc33 MINOR: increase RocksDb parallelism 8 years ago
sharad.develop dfa2ef4837 KAFKA-4738: Remove generic type of class ClientState 8 years ago
Michael G. Noll c063561ce8 MINOR: KStream: fix typo in javadoc 8 years ago
Jason Gustafson f7354e779c MINOR: Add varint serde utilities for new message format 8 years ago
sharad.develop 29084a9b27 KAFKA-4722: Add application.id to StreamThread name 8 years ago
Damian Guy 146edd530a KAFKA-4851: only search available segments during Segments.segments(from, to) 8 years ago
Hamidreza Afzali 5b013d9cd2 KAFKA-4828: ProcessorTopologyTestDriver does not work when using through 8 years ago
Colin P. Mccabe 580bebe097 KAFKA-4826: Fix some findbugs warnings in Kafka Streams 8 years ago
Eno Thereska b7378d567f MINOR: Standardised benchmark params for consumer and streams 8 years ago
Vahid Hashemian d2792e356f KAFKA-2857; MINOR: Follow up to 8 years ago
Vahid Hashemian 573a6f3986 KAFKA-2857; Retry querying the consumer group while initializing 8 years ago
Rajini Sivaram a3c45b0c92 KAFKA-4631; Request metadata in consumer if topic/partitions unavailable 8 years ago
Clemens Valiente 670980ef29 KAFKA-4800: Streams State transition ASCII diagrams need fixing and polishing 8 years ago
Michael G. Noll 59779aa154 MINOR: Fix typo in GlobalKTable javadocs 8 years ago
Bill Bejeck 9e65b25e9f KAFKA-4652: Added tests for KStreamBuilder 8 years ago
Stevo Slavic ca06862a70 KAFKA-2358: Cluster collection returning methods never return null 8 years ago
Eno Thereska ef92bb4e00 MINOR: Minor reduce unnecessary calls to time.millisecond (part 2) 8 years ago
Damian Guy b380a82d5b MINOR: improve MinTimestampTrackerTest and fix NPE when null element removed 8 years ago
Damian Guy 0fba529608 KAFKA-4677 Follow Up: add optimization to StickyTaskAssignor for rolling rebounce 8 years ago
Damian Guy de05c9d3a0 MINOR: Add code quality checks (and suppressions) to checkstyle.xml 8 years ago
Hamidreza Afzali a10d7b1b76 KAFKA-4789: Added support to ProcessorTopologyTestDriver to forward timestamps to internal topics 8 years ago
Michael G. Noll e31c0c9bdb MINOR: Fix typo in javadoc of `flatMapValues` 8 years ago
Matthias J. Sax d0e436c471 MINOR: improve license header check by providing head file instead of (prefix) header regex 8 years ago
Damian Guy 151b23689e KAFKA-4494: Reduce startup and rebalance time by batching restoration of stores 8 years ago
Eno Thereska 3428bc1a25 MINOR: Reduce stream thread metrics overhead 8 years ago
Eno Thereska 7b302add35 KAFKA-4752: Fixed bandwidth calculation 8 years ago
Armin Braun 3db3d73de6 MINOR: Fixed 3 inner classes without instance reference to be static 8 years ago
Colin P. Mccabe 916edc3a4e KAFKA-4774; Inner classes which don't need a reference to the outer c… 8 years ago
Damian Guy 1f1e794ad0 KAFKA-4317: Regularly checkpoint StateStore changelog offsets 8 years ago
Ismael Juma fc1cfe475e MINOR: Remove Struct from Request/Response classes 8 years ago
Damian Guy 505af6bfda KAFKA-4484: Set more conservative default values on RocksDB for memory usage 8 years ago
Steven Schlansker cb725c6a2d KAFKA-4720: Add a KStream#peek(ForeachAction<K, V>) in DSL 8 years ago