860 Commits (50cd85538580c9c9833ad957d64d39953c124374)

Author SHA1 Message Date
Guozhang Wang f5310d645c MINOR: doc changes for KIP-138 7 years ago
Guozhang Wang 6682abe4ae KAFKA-5797: Delay checking of partition existence in StoreChangelogReader 7 years ago
Damian Guy 76c9a6dcbc KAFKA-5804; retain duplicates in ChangeLoggingWindowBytesStore 7 years ago
Tommy Becker 9ef2b3ce8e KAFKA-5379: ProcessorContext.appConfigs() should return parsed values 7 years ago
Guozhang Wang 1f659913a6 MINOR: simplify state transition for Kafka Streams and stream threads 7 years ago
Damian Guy 551d57561d KAFKA-5787: StoreChangelogReader needs to restore partitions that were added post initialization 7 years ago
Damian Guy c715f6a5ab KAFKA-5749; Add MeteredSessionStore and ChangeloggingSessionBytesStore. 7 years ago
radzish 05e3850b2e KAFKA-5771; org.apache.kafka.streams.state.internals.Segments#segments method returns incorrect results when segments were added out of order 7 years ago
Damian Guy b78d7ba5d5 KAFKA-5152: perform state restoration in poll loop 7 years ago
Eno Thereska 343a8ef99c HOTFIX: Cherrypicking state deadlock fix from 0.11 7 years ago
Damian Guy ee8e9349b2 KAFKA-5689; Add MeteredWindowStore and refactor store hierarchy 7 years ago
Kamal C 0b0819ba05 MINOR: Typographical error corrected in the StreamsBuilder Javadoc. 7 years ago
Damian Guy 75c78e9692 KAFKA-5668; fetch across stores in CompositeReadOnlyWindowStore & CompositeReadOnlySessionStore 7 years ago
Bill Bejeck efe4f6540a KAFKA-5733: RocksDB bulk load with lower number of levels 7 years ago
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