1102 Commits (5ba9cade7b066cc26842aeaac5662a57c502ffcb)

Author SHA1 Message Date
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
Jason Gustafson e26d0d7604
MINOR: Revert incompatible behavior change to consumer reset tool (#4611) 7 years ago
Matthias J. Sax 1715e6eac0
MINOR: Fix Streams-Broker-Compatibility system test (#4594) 7 years ago
Matthias J. Sax a050eb56f7
MINOR: follow up on Streams EOS system tests (#4593) 7 years ago
Bill Bejeck 256708dbbb KAFKA-4651: improve test coverage of stores (#4555) 7 years ago
Yaswanth Kumar a2b6f66fd3 KAFKA-6536: Adding versions for japicmp-maven-plugin and maven-shade-plugin in quickstart (#4569) 7 years ago
Filipe Agapito 7303f41dc1 KAFKA-6424: QueryableStateIntegrationTest#queryOnRebalance should accept raw text (#4549) 7 years ago
Matthias J. Sax bce8125dcf
MINOR: Resuming Tasks should not be initialized twice (#4562) 7 years ago
Bill Bejeck 27b56b1458 KAFKA-6364: Second check for ensuring changelog topic not changed during restore (#4511) 7 years ago
Guozhang Wang f3a3253e24
HOTFIX: Fix reset integration test hangs on busy wait (#4491) 7 years ago
Kamal C 83b058a0d1 MINOR: Code cleanup (#4229) 7 years ago
Michael Arndt a42c4edfa7 MINOR: Fix typos in KStream javadoc (#4550) 7 years ago
Dmitry Minkovsky f324de45b8 MINOR: Fixed typos in KGroupedTable Javadoc (#4552) 7 years ago
Matthias J. Sax dc54c0e24b
KAFKA-3625: TopologyTestDriver must process output for wall-clock-time punctuations and on close() (#4502) 7 years ago
Matthias J. Sax a1352f8c5a
MINOR: Add missing generics and surpress warning annotations (#4518) 7 years ago
Dmitry Minkovsky e7905fc7c3 MINOR: Update TupleForwarder comment (#4414) 7 years ago