1282 Commits (8bd66eb87004f538533a6cdc69fcc0f4a057de83)

Author SHA1 Message Date
Guozhang Wang 3400d0c3cc KAFKA-4633; Always using regex pattern subscription in StreamThread 8 years ago
Matthias J. Sax dd897bdb2e HOTFIX: KAFKA-4060 and KAFKA-4476 follow up 8 years ago
Xavier Léauté 20e957c9b1 KAFKA-4672; fix source compatibility for lambda expressions 8 years ago
Matthias J. Sax 0b99bea590 KAFKA-4060 and KAFKA-4476 follow up: remove unnecessary InternalTopicManager branch and fixed one copartitioning bug 8 years ago
Xavier Léauté 50e035dc34 MINOR: reduce verbosity of cache flushes 8 years ago
Hojjat Jafarpour 8e2cbae8b1 KAFKA-4060; Follow-up: Throw exceptions when internal topics to create already exist with unexpected number of partitions 8 years ago
Matthias J. Sax d8a77560c2 MINOR: refactor streams system test class hierachy 8 years ago
Damian Guy 961ebca57f HOTFIX: ChangeLoggingKeyValueStore.name() returns null 8 years ago
Damian Guy ccb183f9fc MINOR: Fix javadoc typos in KStream#process 8 years ago
Guozhang Wang 1974e1b0e5 KAFKA-3502; move RocksDB options construction to init() 8 years ago
Matthias J. Sax e3bdc84d86 MINOR: remove ZK from system tests 8 years ago
Damian Guy 73b7ae0019 KAFKA-3452 Follow-up: Refactoring StateStore hierarchies 8 years ago
Damian Guy 825f225bc5 KAFKA-4588: Wait for topics to be created in QueryableStateIntegrationTest.shouldNotMakeStoreAvailableUntilAllStoresAvailable 8 years ago
Damian Guy b62804a252 MINOR: Remove unused constructor param from ProcessorStateManager 8 years ago
Matthias J. Sax a8eb1d13e0 KAFKA-4619: Dissallow to output records with unknown keys in TransformValues 8 years ago
Guozhang Wang d2f6b934bc MINOR: replace remove() with delete() after 5.0.1 RocksDB upgrade 8 years ago
Ismael Juma da57bc27e7 KAFKA-4591; Create Topic Policy (KIP-108) 8 years ago
Guozhang Wang e90db3e3af MINOR: Remove unnecessary store info from TopologyBuilder 8 years ago
Xi Hu fc0d612b08 KAFKA-3739: Add no-arg constructor for WindowedSerdes in Streams 8 years ago
Eno Thereska d1956d4b6c HOTFIX: Added another broker to smoke test 8 years ago
Ismael Juma d25671884b KAFKA-4565; Separation of Internal and External traffic (KIP-103) 8 years ago
Xavier Léauté b6011918fb MINOR: make methods introduced in KAFKA-4490 consistent with KIP-100 8 years ago
Matthias J. Sax a1e8b507d2 MINOR: fix JavaDoc in SegmentIterator 8 years ago
Damian Guy 8079c980ac KAFKA-4490: Add Global Table support to Kafka Streams 8 years ago
Matthias J. Sax 3c60511655 KAFKA-3452; Follow-up: Add SessionWindows 8 years ago
Bill Bejeck 23dff4b04a KAFKA-4114: Allow different offset reset strategies 8 years ago
Eno Thereska ecff8544dd KAFKA-3715: Add granular metrics to Kafka Streams and add hierarhical logging levels to Metrics 8 years ago
Colin P. Mccabe 3d60f1e643 KAFKA-4507; Clients should support older brokers (KIP-97) 8 years ago
Hojjat Jafarpour 4b71c0bdc1 KAFKA-4060: Remove zk client dependency in kafka streams 8 years ago
Xavier Léauté a95170f822 KAFKA-4481: relax streams api type contraints 8 years ago
Prabhat Kashyap 75469a3b60 MINOR: Replacing for with foreach loop in stream test classes 8 years ago
Damian Guy fe82330f0b MINOR: rename SessionStore.findSessionsToMerge to findSessions 8 years ago
Eno Thereska 54e2bd2100 HOTFIX: Convert exception introduced in KAFKA-3637 to warning since clearly it is happening. 8 years ago
Nikki Thean 5401a17ad7 MINOR: Fix small error in javadoc for persistent Stores 8 years ago
Guozhang Wang 109aa35368 MINOR: Maybe decorate inner topics for SourceNode 8 years ago
Matthias J. Sax 64514ff5ec MINOR: some public JavaDoc cleanup 8 years ago
Damian Guy 52e397962b KAFKA-4551: StreamsSmokeTest.test_streams intermittent failure 8 years ago
Matthias J. Sax 10b330cf05 MINOR: cleanup Kafka Streams exception classes 8 years ago
Damian Guy e0de3a4211 KAFKA-3452: Support session windows 8 years ago
Matthias J. Sax 00964ec74d MINOR: update JavaDoc for simple helper interfaces of KStream and KTable operators 8 years ago
Matthias J. Sax 050288ab12 MINOR: Update JavaDoc for KTable helper interfaces 8 years ago
Ismael Juma 6d6c77a7a9 MINOR: Improvements to Record related classes (part 1) 8 years ago
Damian Guy cea2a669b3 KAFKA-4561; Ordering of operations in StreamThread.shutdownTasksAndState may void at-least-once guarantees 8 years ago
Matthias J. Sax baab43f0d2 MINOR: KStream JavaDoc fix 8 years ago
Ismael Juma 3930dd7e75 KAFKA-4554; Fix ReplicaBuffer.verifyChecksum to use iterators instead of iterables 8 years ago
Guozhang Wang 7f4b278c03 MINOR: Add more exception information in ProcessorStateManager 8 years ago
Damian Guy 56c61745de KAFKA-4540: Suspended tasks that are not assigned to the StreamThread need to be closed before new active and standby tasks are created 8 years ago
Damian Guy 0321bf5aa6 KAFKA-4473: RecordCollector should handle retriable exceptions more strictly 8 years ago
Damian Guy 65acff32d1 KAFKA-4534: StreamPartitionAssignor only ever updates the partitionsByHostState and metadataWithInternalTopics on first assignment 8 years ago
Damian Guy 056ed86600 KAFKA-4539: StreamThread is not correctly creating StandbyTasks 8 years ago