533 Commits (b6effcbba50eaa3abf91e24f0ae83abb53881add)

Author SHA1 Message Date
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
Jeyhun Karimov b559846f2f KAFKA-4613: Treat null-key records the same way for joins and aggreations 8 years ago
Matthias J. Sax 413444c0ec MINOR: JavaDoc markup cleanup 8 years ago
Matthias J. Sax 4c42654b1e MINOR: update JavaDocs for Kafka Streams DSL helpers 8 years ago
Akash Sethi 9213de8f14 MINOR: Replace for within for each; replace if-elseif with match 8 years ago
Damian Guy 662c2f893c KAFKA-4644: Improve test coverage of StreamsPartitionAssignor 8 years ago
Matthias J. Sax 1bd11b23ab MINOR: Update KTable JavaDoc 8 years ago
Matthias J. Sax 4277645d25 MINOR: Streams API JavaDoc improvements 8 years ago
Matthias J. Sax 89fb02aa81 MINOR: Add Streams system test for broker backwards compatibility 8 years ago
Matthias J. Sax a01b722369 MINOR: Update JavaDoc for DSL PAPI-API 8 years ago
Ismael Juma ca0c071c10 KAFKA-4636; Per listener security settings overrides (KIP-103) 8 years ago
Guozhang Wang 1eac3f33f5 MINOR: Change logging level for ignored maybeAddMetric from debug to trace 8 years ago
Ismael Juma 3171659045 KAFKA-4700: Don't drop security configs in `StreamsKafkaClient` 8 years ago
Will Marshall 51e745ef30 MINOR: Fix typo in WordCountProcessorDemo 8 years ago
Gwen Shapira 9a7032720f MINOR: Clarify misleading comment in WordCount example 8 years ago
Eno Thereska 0971e62e50 HOTFIX: KIP-104 follow-up: remove duplicated per-processor-node throughput metrics, and also rename some other sensors 8 years ago
Guozhang Wang 2ca3e59bb6 KAFKA-3502: KStreamTestDriver needs to be closed after the test case 8 years ago
Matthias J. Sax 448c1a4114 HOTIFX: streams system test do not start up correctly 8 years ago
Jeyhun Karimov abe19fe693 KAFKA-3835; Streams is creating two ProducerRecords for each send via RecordCollector 8 years ago
Damian Guy 675881b0f1 MINOR: close state store in CachingSessionStoreTest 8 years ago
Guozhang Wang 7837d3e548 KAFKA-3896: Fix KStreamRepartitionJoinTest 8 years ago
Matthias J. Sax b938c03b0a MINOR: rework JavaDoc for windowing related public API 8 years ago