524 Commits (3bcadbfb474f6caccc939fb3775a6f969d136af7)

Author SHA1 Message Date
Matthias J. Sax 6f7ed15dad KAFKA-4510: StreamThread must finish rebalance in state PENDING_SHUTDOWN 8 years ago
Matthias J. Sax 1d586cb50a KAFKA-4476: Kafka Streams gets stuck if metadata is missing 8 years ago
Eno Thereska 7c7becd4cb KAFKA-4486: Don't commit offsets on exception 8 years ago
Matthias J. Sax 9bed8fbcfc KAFKA-4393: Improve invalid/negative TS handling 8 years ago
Matthias J. Sax 1949a76bc4 MINOR: Update JavaDoc of KStream interface 8 years ago
Guozhang Wang 600859e77c KAFKA-4392; Handle NoSuchFileException gracefully in StateDirectory 8 years ago
Damian Guy e9a67a8daa KAFKA-4492: Make the streams cache eviction policy tolerable to reentrant puts 8 years ago
Damian Guy a4592a1864 KAFKA-4488: UnsupportedOperationException during initialization of StandbyTask 8 years ago
Eno Thereska 8fd5b6a666 HOTFIX: Temporary suspension of 2 tests 8 years ago
Eno Thereska 93804d50ff 2198 8 years ago
Ismael Juma 128d0ff91d KAFKA-2247; Merge kafka.utils.Time and kafka.common.utils.Time 8 years ago
Eno Thereska ea42d65354 KAFKA-3637: Added initial states 8 years ago
Eno Thereska 7d0f3e75ad KAFKA-4427: Skip topic groups with no tasks 8 years ago
Matthias J. Sax 724cddbc56 KAFKA-4331: Kafka Streams resetter is slow because it joins the same group for each topic 8 years ago
Eno Thereska dcea5f8388 KAFKA-4355: Skip topics that have no partitions 8 years ago
Jeyhun Karimov eaf0e4af34 KAFKA-3825: Allow users to specify different types of state stores in Streams DSL 8 years ago
Damian Guy 2daa10d77f KAFKA-4366: KafkaStreams.close() blocks indefinitely 8 years ago
Eno Thereska 04a13e82a6 KAFKA-4359: Remove commit interval in integration tests for testing caching effects 8 years ago
Damian Guy 64a860c585 KAFKA-4379: Remove caching of dirty and removed keys from StoreChangeLogger 8 years ago
Dan Norwood 0fc1898bf6 HOTFIX: failing to close this iterator causes leaks in rocksdb 8 years ago
Matthias J. Sax d8fa4006cb MINOR: improve exception message for incompatible Serdes to actual key/value data types 8 years ago
Guozhang Wang cc62b4f844 revert streams/src/main/java/org/apache/kafka/streams/processor/ConsumerRecordTimestampExtractor.java 8 years ago
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