846 Commits (447c64fffb72fdb82e2f3c670e891ae1d00a8ec8)

Author SHA1 Message Date
Andrey Dyachkov c0f7a77058 KAFKA-4643; Improve test coverage of StreamsKafkaClient 7 years ago
Damian Guy e19c37e591 KAFKA-5673; refactor KeyValueStore hierarchy to make MeteredKeyValueStore outermost 7 years ago
Guozhang Wang d2774e302f KAFKA-5727: Add Streams quickstart tutorial as an archetype project 7 years ago
Damian Guy 3e69ce8015 KAFKA-5702; extract refactor StreamThread 7 years ago
Bill Bejeck 8ffb1a1fed KAFKA-5711: batch restore should handle deletes 7 years ago
Damian Guy c35c479813 KAFKA-5717; InMemoryKeyValueStore should delete keys with null values during restore 7 years ago
Bill Bejeck 57770dd235 KAFKA-5701: fix flaky RocksDBStore unit test 7 years ago
Bill Bejeck 1f0ad0121e HOTFIX: fix for standby tasks using batching restore 7 years ago
Paolo Patierno c06fa5adaa MINOR: Added a couple of unit tests for KStreamPrint node when values are bytes 7 years ago
Eno Thereska 6bee1e9e57 HOTFIX: Fixes to metric names of Streams 7 years ago
Guozhang Wang 125d69caee KAFKA-5671 Followup: Remove reflections in unit test classes 7 years ago
Guozhang Wang 630e9c5679 KAFKA-5006: Improve thrown exception error logs 7 years ago
Mariam John b7684b47b8 KAFKA-5096; Log invalid user configs and use defaults 7 years ago
Mariam John edcefccfd7 KAFKA-3623: KStreamTestDriver extends ExternalResource 7 years ago
Guozhang Wang 228a4fdb6d HOTFIX: handle commit failed exception on stream thread's suspend task 7 years ago
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