1017 Commits (e38e3a66ab099996ecb156ec9105869f3d9b9228)

Author SHA1 Message Date
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
Detharon 724032bd06 MINOR: Fix incorrect JavaDoc (type mismatch) (#4632) 7 years ago
Jacek Laskowski c28c556e92 MINOR: Remove code duplication + excessive space (#4683) 7 years ago
Vitaly Pushkar b1aa1912f0 KAFKA-4831: Extract WindowedSerde to public APIs (#3307) 7 years ago
John Roesler 6a383d8bc4 MINOR: clean stateDirectory in TopologyTestDriver (#4655) 7 years ago
Damian Guy 989088f697 KAFKA-6560: [FOLLOW-UP] don't deserialize null byte array in window store fetch (#4665) 7 years ago
nafshartous cf092aeecc KAFKA-5660 Don't throw TopologyBuilderException during runtime (#4645) 7 years ago
Bill Bejeck a1b01f48e9 KAFKA-6309: Improve task assignor load balance (#4624) 7 years ago
Bill Bejeck 8a7d7e7955 MINOR: Add System test for standby task-rebalancing (#4554) 7 years ago
Matthias J. Sax 2a4ba75e13
KAFKA-6054: Code cleanup to prepare the actual fix for an upgrade path (#4630) 7 years ago
Guozhang Wang eb449fe7c5
KAFKA-6560: Replace range query with newly added single point query in Windowed Aggregation (#4578) 7 years ago
Guozhang Wang 97ad549d56
KAFKA-6534: Enforce a rebalance in the next poll call when encounter task migration (#4544) 7 years ago
Guozhang Wang f26fbb9adc
MINOR: Rename stream partition assignor to streams partition assignor (#4621) 7 years ago
Blake Miller 7c5d0c459f MINOR:Fix typo in the impl source (#4587) 7 years ago
Matthias J. Sax 5df535e8a3
MINOR: fixes lgtm.com warnings (#4582) 7 years ago