554 Commits (647afeff6a2e3fd78328f6989e8d9f96bcde5121)

Author SHA1 Message Date
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
Damian Guy 4db048d612 MINOR: don't throw CommitFailedException during suspendTasksAndState 8 years ago
Damian Guy 253dfcf475 MINOR: update KafkaStreams.metadataForKey(...) javadoc 8 years ago
Bill Bejeck d24616777a KAFKA-4654: Improve test coverage for MemoryLRUCacheStore 8 years ago
Eno Thereska b865a8b1dc KAFKA-4716: send create topics to controller in internaltopicmanager 8 years ago
Damian Guy 69d3af8be2 MINOR: fix integer overflow in simple benchmark MB/sec calculation 8 years ago
Eno Thereska 13a82b48ca KAFKA-4702: Parametrize streams benchmarks to run at scale 8 years ago
Jonathan Monette c7c113af63 MINOR: Add logging when commitSync fails in StreamTask 8 years ago
Damian Guy b621703706 KAFKA-4648: Improve test coverage StreamTask 8 years ago
Guozhang Wang 2c0055e62f HOTFIX: Do Not use unlimited num messages in IntegrationTestUtils 8 years ago
Adrian McCague 1f8a2ad2ed KAFKA-4461: Added support to ProcessorTopologyTestDriver for internal topics 8 years ago
Damian Guy 7de22453bb KAFKA-4724: Clean up of state directories can possibly remove stores that are about to be used by another thread 8 years ago
Guozhang Wang 7ebc5da606 KAFKA-3452 Follow-up: Optimize ByteStore Scenarios 8 years ago
Damian Guy d95f22c12c KAFKA-4646: Improve test coverage AbstractProcessorContext 8 years ago
Damian Guy 47517da40d KAFKA-4649: Improve test coverage GlobalStateManagerImpl 8 years ago
Bill Bejeck da082900b3 KAFKA-4662: adding test coverage for addSource methods with AutoOffsetReset 8 years ago
Maysam Yabandeh cb674e5487 KAFKA-4039; Fix deadlock during shutdown due to log truncation not allowed 8 years ago
Guozhang Wang 7436d28a24 KAFKA-3896: Fix KStream-KStream leftJoin in RepartitionIntegrationTest 8 years ago
Damian Guy 35cd008e5a KAFKA-4645: Improve test coverage of ProcessorTopology 8 years ago
Damian Guy da70316a58 KAFKA-4647: Improve test coverage of GlobalStreamThread 8 years ago
Damian Guy 3e85f131e6 KAFKA-4642: Improve test coverage of ProcessorStateManager 8 years ago
Onur Karaman 063d534c51 KAFKA-3959: enforce offsets.topic.replication.factor upon __consumer_offsets auto topic creation (KIP-115) 8 years ago
Damian Guy 3d9f34dd84 MINOR: Change rocksdb logging to error level 8 years ago
Damian Guy 0b48ea1c81 KAFKA-4677: Avoid unnecessary task movement across threads during rebalance 8 years ago
Matthias J. Sax e108a8b4ed KAFKA-4613: Follow-up to fix JavaDocs 8 years ago