781 Commits (fd8f182cc4ea80c6d394ca68a47c0ee26b114ebe)

Author SHA1 Message Date
Paolo Patierno 94a6d6c02d KAFKA-5454: Add a new Kafka Streams example IoT oriented 7 years ago
Matthias J. Sax da2205578b KAFKA-5671: Add StreamsBuilder and Deprecate KStreamBuilder 7 years ago
Matthias J. Sax 1844bf2b2f KAFKA-5670: (KIP-120) Add Topology and deprecate TopologyBuilder 7 years ago
Bill Bejeck c50c941af1 KAFKA-5363 (KIP-167): implementing bulk load, restoration event notification 7 years ago
Damian Guy 4059fa5763 HOTFIX: fix threading issue in MeteredKeyValueStore 7 years ago
Pranav Maniar 9d6020ec5f KAFKA-5549; Explain that 'client.id' is just used as a prefix within Streams 7 years ago
Bill Bejeck f8498ec9e2 MINOR: updated configs to use one try/catch for serdes 7 years ago
Damian Guy 9f3f8b4de6 KAFKA-5562; execute state dir cleanup on single thread 7 years ago
Bill Bejeck 89faed8d30 MINOR: enforce setting listeners in CREATE state. 7 years ago
Dong Lin f15cdbc91b KAFKA-5627; Reduce classes needed for LeaderAndIsrPartitionState and MetadataPartitionState 7 years ago
Guozhang Wang 91c207c2c6 MINOR: Make streams quick start more interactive 7 years ago
Matthias J. Sax 5d798511b1 KAFKA-3856 (KIP-120) step two: extract internal functions from public facing TopologyBuilder class 7 years ago
Dong Lin fc93fb4b61 KAFKA-4763; Handle disk failure for JBOD (KIP-112) 7 years ago
Damian Guy 1110f66fa7 KAFKA-3741; allow users to specify default topic configs for internal topics 7 years ago
Matthias J. Sax b04bed022a KAFKA-3856; Cleanup Kafka Stream builder API (KIP-120) 7 years ago
jameschien fe4a469fce KAFKA-4830; Augment KStream.print() to allow users pass in extra parameters in the printed string 7 years ago
Vahid Hashemian f87d58b796 MINOR: Code Cleanup 7 years ago
Kamal C ef27515943 MINOR: Typo error corrected in the KStream Javadoc. 7 years ago
Joel Dice 8068a3560b MINOR: consume from outputTopic in EosIntegrationTest.runSimpleCopyTest 7 years ago
Bill Bejeck 2628695356 MINOR: need to be backwards compatible with deprecated default configs until removed 7 years ago
Matthias J. Sax 990382b94c KAFKA-5566: fixed race condition between flush and commit 7 years ago
Eno Thereska a1f97c8dc4 KAFKA-5157; Options for handling corrupt data during deserialization 7 years ago
Eno Thereska bb8eff1e70 MINOR: Reduce logging level 7 years ago
Matthias J. Sax 35f9fa804b KAFKA-5464: Follow up. Increase poll timeout 7 years ago
Eno Thereska 071b8f975f KAFKA-5566; fix unit test shouldAllowToQueryAfterThreadDied 7 years ago
Damian Guy 0046a881d3 HOTFIX: fix broken streams test 7 years ago
Eno Thereska 9078554232 KAFKA-5372; fixes to state transitions 7 years ago
Matthias J. Sax f53f5eaa1b KAFKA-5464; StreamsKafkaClient should not use StreamsConfig.POLL_MS_CONFIG 7 years ago
Paolo Patierno e68a94056f KAFKA-5557: Using a logPrefix inside the StreamPartitionAssignor 7 years ago
Matthias J. Sax 70e949d522 KAFKA-5167: Release state locks in case of failure 7 years ago
ppatierno ef5867dce3 KAFKA-5469; Created state changelog topics not logged correctly 7 years ago
Guozhang Wang c9f777cc44 HOTFIX: Add back the copy-constructor of abstract stream 7 years ago
Damian Guy 17bdd4831c MINOR: remove unused eosEnabled field from ProcessorStateManager 7 years ago
Michael G. Noll 7429f49780 MINOR: reduce() javadocs: clarify position of arguments 7 years ago
Matthias J. Sax 0dfeb31a11 KAFKA-5485; Streams should not suspend tasks twice 7 years ago
Michal Borowiecki efb060c57f KAFKA-5233; KIP-138: Change punctuate semantics 7 years ago
Matthias J. Sax 2265834803 KAFKA-5362: Add Streams EOS system test with repartitioning topic 8 years ago
Guozhang Wang d5e463b9de KAFKA-4829: Improve log4j on Streams thread / task-level 8 years ago
Eno Thereska b490368735 HOTFIX: Don't check metadata unless you are creating topic 8 years ago
ppatierno 9ada0f8169 MINOR: Fixed way how logging methods are used for having a consistent one 8 years ago
Jeyhun Karimov 701e318ee1 KAFKA-4653; Improve test coverage of RocksDBStore 8 years ago
Jeyhun Karimov 26eea1d71e KAFKA-4656; Improve test coverage of CompositeReadOnlyKeyValueStore 8 years ago
Damian Guy 2420491f41 KAFKA-4913; prevent creation of window stores with less than 2 segments 8 years ago
Matthias J. Sax 4baca9172d HOTFIX: reduce log verbosity on commit 8 years ago
Jeyhun Karimov 1744a9b4c2 KAFKA-4658; Improve test coverage InMemoryKeyValueLoggedStore 8 years ago
Jeyhun Karimov adfaa11611 KAFKA-4655; Improve test coverage of CompositeReadOnlySessionStore 8 years ago
Jeyhun Karimov cb5e1f0a40 KAFKA-4785; Records from internal repartitioning topics should always use RecordMetadataTimestampExtractor 8 years ago
Guozhang Wang 7f4feda959 MINOR: Turn off caching in demos for more understandable outputs 8 years ago
Jeyhun Karimov 4e8797f54e KAFKA-4659; Improve test coverage of CachingKeyValueStore 8 years ago
Matthias J. Sax 914e42a282 KAFKA-5474: Streams StandbyTask should no checkpoint on commit if EOS is enabled 8 years ago