2721 Commits (27e3edc791760dea7ff4d048f87d1585f9e235d7)
 

Author SHA1 Message Date
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
Dustin Cote 2a9f7af6c2 MINOR: lower logging severity for offset reset 8 years ago
Mickael Maison cd767aee45 MINOR: Fix a few raw type warnings in cients 8 years ago
Mickael Maison 31264f6979 KAFKA-3946: Protocol guide should say that Produce request acks can o… 8 years ago
Matthias J. Sax 38c65a9a39 HOTFIX: Fix unstable Streams application reset integration test 8 years ago
Gwen Shapira 071b76cc50 KAFKA-3852: Clarify how to handle message format upgrade without killing performance 8 years ago
Jason Gustafson 131f96868a MINOR: Consumer should throw KafkaException on invalid checksum 8 years ago
Ismael Juma 6e8c6f17f5 HOTFIX: Add license information to release_notes.py 8 years ago
Jason Gustafson ff557f02ac KAFKA-3977; Defer fetch parsing for space efficiency and to ensure exceptions are raised to the user 8 years ago
Ewen Cheslack-Postava d5c821c198 KAFKA-3851; Automate release notes and include links to upgrade notes for release and most recent docs to forward users of older releases to newest docs. 8 years ago
Matthias J. Sax 8deedcacb6 KAFKA-3185: Allow users to cleanup internal Kafka Streams data 8 years ago
Maysam Yabandeh d58c2d9ac6 KAFKA-3924; Replacing halt with exit upon LEO mismatch to trigger gra… 8 years ago
Ismael Juma 64842f47f8 KAFKA-3996; ByteBufferMessageSet.writeTo() should be non-blocking 8 years ago
Ewen Cheslack-Postava 4059f07216 KAFKA-3500: Handle null keys and values in KafkaOffsetBackingStore. 8 years ago
Ismael Juma 1e1c164cfa MINOR: Increase default timeout for other `wait` methods in `TestUtils` 8 years ago
Geoff Anderson 801fee89d8 MINOR: cleanup apache license in python files 8 years ago
Ewen Cheslack-Postava d1546960de KAFKA-3935; Fix test_restart_failed_task system test for SinkTasks 8 years ago
Tom Crayford 8a417c89d2 KAFKA-3933; Always fully read deepIterator 8 years ago
Avi Flax aebab7cab6 MINOR: Small enhancement to Deserializer Javadoc 8 years ago
Alexey Romanchuk 932bb84c83 KAFKA-3960; Committed offset not set after first assign 8 years ago
Ryan Pridgeon fa32545442 KAFKA-3983; Add additional information to Acceptor debug message 8 years ago
Ismael Juma 427e638517 MINOR: Increase default `waitTime` in `waitUntilTrue` to 15 seconds 8 years ago
Ismael Juma 1ef7672ed6 MINOR: Update to Gradle 2.14.1 8 years ago
Jason Gustafson f5df13627a KAFKA-3782: Fix transient failure in connect distributed bounce test 8 years ago
Eno Thereska f1b37eec74 HOTFIX: Adding init file so streams benchmark is autodiscovered 8 years ago
Ismael Juma 44723caec7 MINOR: Upgrade RocksDB to 4.8.0 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
Damian Guy 9991086671 KAFKA-3740: Enable configuration of RocksDBStores 8 years ago
Ashish Singh 0e5700fb68 MINOR: Improve PartitionState logging and remove duplication of code 8 years ago
Grant Henke e5a0d13986 MINOR: MetadataCache brokerId is not set on first run with generated broker id 8 years ago
Ismael Juma 0d19f58850 KAFKA-3915; Don't convert messages from v0 to v1 during log compaction 8 years ago
Ismael Juma 9cad9dbdac MINOR: Remove unused parameter in `checkIfPartitionReassignmentSucceeded` and clean-ups 8 years ago
Damian Guy 72c6b7d84a HOTFIX: fix compilation error due to merge of KAFKA-3812 8 years ago
Damian Guy 14934157df KAFKA-3812: fix state store directory locking in Kafka Streams 8 years ago
Mathieu Fenniak cfebfdfa5e MINOR: Remove slf4j-log4j from kafka-streams compile dependencies 8 years ago
Damian Guy f1dd0d2723 KAFKA-3912: Query local state stores 8 years ago
Florian Hussonnois b418922a3b KAFKA-3922: add constructor to AbstractStream class 8 years ago
Damian Guy 114945cb62 KAFKA-3855: Guard race conditions in TopologyBuilder 8 years ago
Samuel Taylor 0744449eaa MINOR: Fix typo in Operations section 8 years ago
Yuto Kawamura 7354cc1f48 MINOR: Doc of 'retries' config should mention max.in.flight.requests.per.connection to avoid confusion 8 years ago
Eno Thereska 61c568d839 MINOR: Added simple streams benchmark to system tests 8 years ago
Eno Thereska fbc5185543 KAFKA-3870: Expose state store names in DSL 8 years ago
Wan Wenli 7a70c1a108 KAFKA-3952: Consumer rebalance verifier never succeed due to type mismatch 8 years ago
Rekha Joshi 9f94a7752a KAFKA-3905: Handling null/empty topics and collections, patterns when subscription with list of topics or with patterns, and with assignments. 8 years ago
Guozhang Wang f17790cd99 KAFKA-3941: Delay eviction listener in InMemoryKeyValueLoggedStore after restoration 8 years ago
Guozhang Wang 3537063a52 MINOR: Check null in SmokeTestDriver to avoid NPE 8 years ago
Vahid Hashemian 98dfc4b307 KAFKA-3931: Fix transient failures in pattern subscription tests 8 years ago