736 Commits (e2e8d4a57a83693b946c3e26f9be2e41a7341ab4)

Author SHA1 Message Date
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
Damian Guy 8c07e0f31d HOTFIX: logic in QuerybaleStateIntegrationTest.shouldBeAbleToQueryState incorrect 8 years ago
Sumit Arrawatia ecc1fb10fa KAFKA-4093; Cluster Id (KIP-78) 8 years ago
Damian Guy 86aa0eb0f2 KAFKA-3776: Unify store and downstream caching in streams 8 years ago
Bill Bejeck d436661024 KAFKA-4131; Multiple Regex KStream-Consumers cause Null pointer exception 8 years ago
Damian Guy f3bb10413d HOTFIX: fix KafkaStreams SmokeTest 8 years ago
Damian Guy a7ab9cb83d MINOR: catch InvalidStateStoreException in QueryableStateIntegrationTest 8 years ago
Damian Guy eb59c8124e MINOR: fix transient QueryableStateIntegration test failure 8 years ago
Damian Guy 69ebf6f7be KAFKA-3595: window stores use compact,delete config for changelogs 8 years ago
Damian Guy eba0ede878 KAFKA-4123: Queryable State returning null for key before all stores in instance have been initialized 8 years ago
Michael G. Noll 3a244b7837 MINOR: Fixes javadoc of Windows, fixes typo in parameter name of KGroupedTable 8 years ago
Matthias J. Sax 2586226a9a KAFKA-4058: Failure in org.apache.kafka.streams.integration.ResetIntegrationTest.testReprocessingFromScratchAfterReset 8 years ago
Matthias J. Sax de1b853c3e MINOR: changes embedded broker time to MockTime 8 years ago
Bill Bejeck ed639e8263 KAFKA-4023: Add thread id and task id for logging prefix in Streams 8 years ago
Eno Thereska a960faf5f4 KAFKA-4105: Queryable state tests 8 years ago
Damian Guy 8f3462552f KAFKA-4104: Queryable state metadata is sometimes invalid 8 years ago
Mathieu Fenniak 1902394418 MINOR: Fix ProcessorTopologyTestDriver to support multiple source topics 8 years ago
Matthias J. Sax 4cdb96f4c3 HOTFIX: disabled application-reset-tool integration test 8 years ago
Guozhang Wang a2bac70a66 MINOR: Refactor TopologyBuilder with ApplicationID Prefix 8 years ago