1081 Commits (9dac615d228c5b3464c6322aea9f9ce70f9ef37b)

Author SHA1 Message Date
Sean Glover 893e044515 MINOR: Build and code sample updates for Kafka Streams DSL for Scala (#4949) 7 years ago
Guozhang Wang 564311f5cd
MINOR: Remove KafkaStreams#toString (#4909) 7 years ago
Bill Bejeck f448e49fbe KAFKA-6844: Call shutdown on GlobalStreamThread after all StreamThreads have stopped (#4950) 7 years ago
John Roesler 2d8049b713 KAFKA-5697: issue Consumer#wakeup during Streams shutdown 7 years ago
Guozhang Wang af983267be
MINOR: Removed deprecated schedule function (#4908) 7 years ago
Bill Bejeck 515ce21c74 KAFKA-6761: Part 1 of 3; Graph nodes (#4923) 7 years ago
Boyang Chen 1b170df31c KAFKA-6657: Add StreamsConfig prefix for different consumers (#4805) 7 years ago
Guozhang Wang 31ce3a2705
KAFKA-6825: Make StreamsConfig#DEFAULT_PRODUCTION_EXCEPTION_HANDLER_CLASS_CONFIG public (#4929) 7 years ago
khairy 6655a4d75f KAFKA-6535: Set default retention ms for Streams repartition topics to Long.MAX_VALUE (#4730) 7 years ago
Bill Bejeck c6fd3d488e MINOR: update VerifiableProducer to send keys if configured and removed StreamsRepeatingKeyProducerService (#4841) 7 years ago
Guozhang Wang 8725e3604b
MINOR: Remove deprecated streams config (#4906) 7 years ago
Filipe Agapito 885abbfcd4 KAFKA-6474: Rewrite tests to use new public TopologyTestDriver [partial] (#4832) 7 years ago
John Roesler fc6e92260c MINOR: fix NamedCache metrics in Streams (#4917) 7 years ago
Xavier Léauté 34a1f7099b KAFKA-6826 avoid range scans when forwarding values during aggregation (#4927) 7 years ago
Jagadesh Adireddi a05e33693b KAFKA-6677: Fixed StreamsConfig producer's max-in-flight allowed when EOS enabled. (#4868) 7 years ago
Debasish Ghosh b2e4db01b6 KAFKA-6670: Implement a Scala wrapper library for Kafka Streams 7 years ago
John Roesler ed51b2cdf5 KAFKA-6376; refactor skip metrics in Kafka Streams 7 years ago
Jagadesh Adireddi b510737e76 KAFKA-5253: Fixed TopologyTestDriver to handle streams created with patterns (#4793) 7 years ago
Guozhang Wang 1f523d9d72
MINOR: add window store range query in simple benchmark (#4894) 7 years ago
Bill Bejeck 93fd5707fa MINOR: Retry setting aligned time until set (#4893) 7 years ago
Bill Bejeck 2162d0713f KAFKA-6802: Improved logging for missing topics during task assignment (#4891) 7 years ago
Jimin Hsieh 6b2be2693c KAFKA-6775: Fix the issue of without init super class's (#4859) 7 years ago
Matthias J. Sax cae42215b7
KAFKA-6054: Update Kafka Streams metadata to version 3 (#4880) 7 years ago
Guozhang Wang 0e0fd4fe8d
HOTFIX: use the new prop object (#4888) 7 years ago
John Roesler ac9c3ed0b4 KAFKA-6376: preliminary cleanup (#4872) 7 years ago
Valentino Proietti 01eddce01f KAFKA-6742: TopologyTestDriver error when dealing with stores from GlobalKTable 7 years ago
Guozhang Wang 9871357086
KAFKA-6592: Follow-up (#4864) 7 years ago
Guozhang Wang 0dc7f0e66f
KAFKA-6611, PART II: Improve Streams SimpleBenchmark (#4854) 7 years ago
huxi 4e35a2bfb7 KAFKA-6592: ConsoleConsumer should support WindowedSerdes (#4797) 7 years ago
Matthias J. Sax 0c0d8363e5
KAFKA-6054: Fix upgrade path from Kafka Streams v0.10.0 (#4779) 7 years ago
tedyu ac542c9a83 KAFKA-6747 Check whether there is in-flight transaction before aborting transaction (#4826) 7 years ago
fredfp 3abd410708 KAFKA-6748: double check before scheduling a new task after the punctuate call (#4827) 7 years ago
Guozhang Wang 9313e18fbb
KAFKA-6560: Use single query for getters as well (#4814) 7 years ago
khairy 1815e01188 MINOR: Refactor return value (#4810) 7 years ago
huxi b8f8ce4146 KAFKA-6731: waitOnState should check the state to be the target start. (#4808) 7 years ago
Guozhang Wang 2e5d4af83f
MINOR: refactor error message of task migration (#4803) 7 years ago
JieFang.He fc0d0021cc KAFKA-6707: The default value for config of Type.LONG should be *L (#4762) 7 years ago
JieFang.He cb7cf7c5a7 KAFKA-6702: Wrong className in LoggerFactory.getLogger method (#4772) 7 years ago
Guozhang Wang 28f1fc2f55
MINOR: Change getMessage to toString (#4790) 7 years ago
Boyang Chen 964693e40d KAFKA-6386: Use Properties instead of StreamsConfig in KafkaStreams constructor 7 years ago
John Roesler adbf31ab1d KAFKA-6473: Add MockProcessorContext to public test-utils (#4736) 7 years ago
Guozhang Wang f2fbfaaccc
KAFKA-6611: PART I, Use JMXTool in SimpleBenchmark (#4650) 7 years ago
Stuart Perks 9ee00c4b66 KAFKA-6659: Improve error message if state store is not found (#4732) 7 years ago
Guozhang Wang 0f364cd53a
MINOR: Pass a streams config to replace the single state dir (#4714) 7 years ago
asutosh936 02a8ef8595 KAFKA-6486: Implemented LinkedHashMap in TimeWindows (#4628) 7 years ago
Sandor Murakozi 2afac71566 MINOR: Remove unnecessary null checks (#4708) 7 years ago
Matthias J. Sax 394aa74261
KAFKA-6454: Allow timestamp manipulation in Processor API (#4519) 7 years ago
Kamal C a6fad27372 KAFKA-6106: Postpone normal processing of tasks within a thread until restoration of all tasks have completed. (#4651) 7 years ago
Edoardo Comar 35c08189cb MINOR: fixing streams test-util compilation errors in Eclipse (#4631) 7 years ago
Guozhang Wang 95ad03540f
KAFKA-6634: Delay starting new transaction in task.initializeTopology (#4684) 7 years ago