183 Commits (bf98c47389baa735aab9cfbf513190a8205447f9)

Author SHA1 Message Date
Matthias J. Sax e876df8b37 HOTFIX: recreate state.dir after cleanup 8 years ago
Damian Guy c9da627945 KAFKA-4253: Fix Kafka Stream thread shutting down process ordering 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
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
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
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
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
Guozhang Wang f903215536 KAFKA-4049: Fix transient failure in RegexSourceIntegrationTest 8 years ago
Eno Thereska c5d26c4829 KAFKA-4016: Added join benchmarks 8 years ago
Eno Thereska 11f1801c3b HOTFIX: Re-inserted SimpleBenchmark output for system tests 8 years ago
Guozhang Wang ae237be1bb KAFKA-3769: Create new sensors per-thread in KafkaStreams 8 years ago
Damian Guy 68b5d014fa KAFKA-3914: Global discovery of state stores 8 years ago
Damian Guy caa9bd0fcd KAFKA-3936: Validate parameters as early as possible 8 years ago
Ismael Juma fb65ff40a8 KAFKA-3954; Consumer should use internal topics information returned by the broker 8 years ago
Jan Filipiak 3dafb81da7 KAFKA-3817: KTableRepartitionMap publish old Change first, for non-count aggregates 8 years ago
Damian Guy 27fc11d1c9 MINOR: rename StateStoreProvider.getStores() -> StateStoreProvider.stores() 8 years ago
Damian Guy bb629f2243 KAFKA-3929: Add prefix for underlying clients configs in StreamConfig 8 years ago
Damian Guy 3bb38d37b7 HOTFIX: Start embedded kafka in KafkaStreamsTest to avoid hanging 8 years ago
Matthias J. Sax f7976d2fc1 KAFKA-4008: Module "tools" should not be dependent on "core" 8 years ago
Matthias J. Sax 38c65a9a39 HOTFIX: Fix unstable Streams application reset integration test 8 years ago
Matthias J. Sax 8deedcacb6 KAFKA-3185: Allow users to cleanup internal Kafka Streams data 8 years ago
Eno Thereska 1ccab26a32 KAFKA-3911: KTable source materialization 8 years ago
Eno Thereska 933a7506ef KAFKA-3858: Add functions to print stream topologies 8 years ago