500 Commits (749e9e14c7a1b8a97f79a2d852d8c8647b55b38e)

Author SHA1 Message Date
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
Damian Guy 233cd4b18a KAFKA-4537: StreamPartitionAssignor incorrectly adds standby partitions to the partitionsByHostState map 8 years ago
Matthias J. Sax c2cfadf254 MINOR: update KStream JavaDocs 8 years ago
Eno Thereska ea724497a8 HOTFIX: Streams fix state transition stuck on rebalance 8 years ago
Damian Guy 448f194c70 KAFKA-4532: StateStores can be connected to the wrong source topic resulting in incorrect metadata returned from Interactive Queries 8 years ago
Matthias J. Sax 8591137869 KAFKA-4509: Task reusage on rebalance fails for threads on same host 8 years ago
Damian Guy 21d7e6f19b KAFKA-4516: When a CachingStateStore is closed it should clear its associated NamedCache 8 years ago
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