554 Commits (647afeff6a2e3fd78328f6989e8d9f96bcde5121)

Author SHA1 Message Date
Matthias J. Sax 6972d9476f MINOR: add upgrade guide for Kafka Streams API 8 years ago
Damian Guy a66ca1624c MINOR: fix incorrect logging in StreamThread 8 years ago
Damian Guy f1e1b6e744 MINOR: remove unused fields from KTableImpl 8 years ago
Damian Guy 7c36fc3776 KAFKA-4311: Multi layer cache eviction causes forwarding to incorrect ProcessorNode 8 years ago
Xavier Léauté 8ab8f37b43 MINOR: fix typos and incorrect docs 8 years ago
Dan Norwood 11766ad318 MINOR: some trace logging for streams debugging 8 years ago
Damian Guy 92287849e4 MINOR: remove commented out code and System.out.println 8 years ago
Matthias J. Sax fbbe5821c2 KAFKA-4352: instable ResetTool integration test 8 years ago
Damian Guy ba322e5420 KAFKA-4361: Streams does not respect user configs for "default" params 8 years ago
Matthias J. Sax 76b0702841 HOTFIX: improve error message on invalid input record timestamp 8 years ago
Matthias J. Sax 18223415b0 KAFKA-4302: Simplify KTableSource 8 years ago
Eno Thereska 29ea4b0f14 KAFKA-3559: Recycle old tasks when possible 8 years ago
Guozhang Wang a4ab9d02a2 KAFKA-4117: Stream partitionassignro cleanup 8 years ago
Matthias J. Sax dab3617e1a MINOR: improve JavaDoc for Streams window retention time 8 years ago
Ismael Juma d092673838 MINOR: A bunch of clean-ups related to usage of unused variables 8 years ago
Matthias J. Sax 63da487213 KAFAK-4058: Failure in org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromScratchAfterReset 8 years ago
Vahid Hashemian 7afdad8c37 KAFKA-3144; Report members with no assigned partitions in ConsumerGroupCommand 8 years ago
Matthias J. Sax 62c0972efc KAFKA-4001: Improve Kafka Streams Join Semantics (KIP-77) 8 years ago
Bill Bejeck 4c295a7844 KAFKA-4269: Update topic subscription when regex pattern specified out of topicGroups method 8 years ago
Matthias J. Sax 17cb4fe52f HOTFIX: follow up on KAFKA-4275 8 years ago
Bill Bejeck b51002c576 KAFKA-4312: If filePath is empty string writeAsText should have more meaningful error message 8 years ago
Eno Thereska 179d4dc0f2 HOTFIX: Fix putAll and putIfAbsent logic for correct eviction behavior 8 years ago
Matthias J. Sax 925310aac0 KAFKA-4275: Check of State-Store-assignment to Processor-Nodes is not enabled 8 years ago
Guozhang Wang e7663a306f MINOR: Improve on Streams log4j 8 years ago
Damian Guy 65f6a7964f KAFKA-4300: NamedCache throws an NPE when evict is called and the cache is empty 8 years ago
Eno Thereska c04486f4a5 HOTFIX: Increase number of retries in smoke test 8 years ago
Damian Guy 93b9400163 KAFKA-4283: records deleted from CachingKeyValueStore still appear in range and all queries 8 years ago
Matthias J. Sax e876df8b37 HOTFIX: recreate state.dir after cleanup 8 years ago
Damian Guy 454f6845b3 HOTFIX: move restoreConsumer.assign() to shutdownTasksAndState 8 years ago
Damian Guy c9da627945 KAFKA-4253: Fix Kafka Stream thread shutting down process ordering 8 years ago
Guozhang Wang 3e9f357fb5 KAFKA-4176: Only call printStream.flush for System.out 8 years ago
Damian Guy c78a3b173d KAFKA-4241: StreamsConfig doesn't pass through custom consumer and producer properties to ConsumerConfig and ProducerConfig 8 years ago
Matthias J. Sax 451d263bb4 KAFKA-4058; improved test condition evaluation 8 years ago
Damian Guy 5f3746d135 KAFKA-4233: StateDirectory fails to create directory if any parent directory does not exist 8 years ago
Guozhang Wang 4292243009 HOTFIX: do not call partitioner if num partitions is non-positive 8 years ago
Damian Guy 43c30b8c39 HOTFIX: turn off auto topic creation in embedded kafka cluster 8 years ago
Damian Guy 9edc71230e KAFKA-4223; RocksDBStore should close all open iterators on close 8 years ago
Damian Guy d83cde7cab KAFKA-3708: Better exception handling in Kafka Streams 8 years ago
Damian Guy c526c0c3f6 MINOR: add test to make sure ProcessorStateManager can handle State Stores with logging disabled 8 years ago
Guozhang Wang 0c4cc5a446 MINOR: fixes a few error logging formats 8 years ago
Damian Guy 0c25c73782 HOTFIX: fix npe in StreamsMetadataState when onChange has not been called 8 years ago
Eno Thereska 4112bc3af7 HOTFIX: Decrease commit interval 8 years ago
Elias Levy 27e3edc791 MINOR: Fix comments in KStreamKStreamJoinTest 8 years ago
Damian Guy a632716a3c MINOR: remove unused code from InternalTopicManager 8 years ago
Damian Guy 24f81ea764 MINOR: add javadoc comment to PersistenKeyValueFactory.enableCaching 8 years ago
Eno Thereska c195003cb6 HOTFIX: Added check for metadata unavailable 8 years ago
Elias Levy cf8f4a713b KAFKA-4153: Fix incorrect KStream-KStream join behavior with asymmetric time window 8 years ago
Dan Norwood 896ad63f14 MINOR: Allow creation of statestore without logging enabled or explicit source topic 8 years ago
Damian Guy 3d74196f20 KAFKA-4163: NPE in StreamsMetadataState during re-balance operations 8 years ago
Damian Guy 70afd5f9dd KAFKA-4175: Can't have StandbyTasks in KafkaStreams where NUM_STREAM_THREADS_CONFIG > 1 8 years ago