1500 Commits (f5a4519be97881666d2d3e558ae6934fc2dad87c)

Author SHA1 Message Date
A. Sophie Blee-Goldman d61b0c131c KAFKA-8972 (2.4 blocker): TaskManager state should always be updated after rebalance (#7620) 5 years ago
Matthias J. Sax 2421a69556 MINOR: Fix Kafka Streams JavaDocs with regard to new StreamJoined class (#7627) 5 years ago
Bruno Cadonna 96d95e947a MINOR: Fix sensor retrieval in stand0by task's constructor (#7632) 5 years ago
John Roesler 4a5155c934 KAFKA-8868: Generate SubscriptionInfo protocol message (#7248) 5 years ago
Boyang Chen f65c2acad7 KAFKA-8972 (2.4 blocker): bug fix for restoring task (#7617) 5 years ago
Bruno Cadonna fc0f82372e KAFKA-8980: Refactor state-store-level streams metrics (#7584) 5 years ago
A. Sophie Blee-Goldman cb5c7313b4 KAFKA-8972 (2.4 blocker): clear all state for zombie task on TaskMigratedException (#7608) 5 years ago
Boyang Chen 465f810730 KAFKA-8972 (2.4 blocker): correctly release lost partitions during consumer.unsubscribe() (#7441) 5 years ago
A. Sophie Blee-Goldman 56bc507485 MINOR: improve logging of tasks on shutdown (#7597) 5 years ago
Bruno Cadonna 27ba8f5a39 KAFKA-8968: Refactor task-level metrics (#7566) 5 years ago
A. Sophie Blee-Goldman 5987c76153 KAFKA-8972: Need to flush state even on unclean close (#7589) 5 years ago
Bill Bejeck c015169aa6
MINOR: Streams upgrade system test cleanup (#7571) 5 years ago
Chris Pettitt 6975f1dfa9 KAFKA-8700: Flaky Test QueryableStateIntegrationTest#queryOnRebalance (#7548) 5 years ago
Guozhang Wang 6d8da96ba8
MINOR: Reset timer when all the buffer is drained and empty (#7573) 5 years ago
John Roesler 7bc8c0dcd1 MINOR: don't require key serde in join materialized (#7557) 5 years ago
Guozhang Wang f90b7e9cb4
KAFKA-8940: Tighten up SmokeTestDriver (#7565) 5 years ago
Bill Bejeck 6afe05fe89
MINOR: system test clean up (#7552) 5 years ago
Mickael Maison 99a4068c5c KAFKA-7689; Add AlterConsumerGroup/List Offsets to AdminClient [KIP-396] (#7296) 5 years ago
Bruno Cadonna 2298c7f84f KAFKA-8964: Refactor thread-level metrics depending on built-in metrics version (#7474) 5 years ago
A. Sophie Blee-Goldman 8feb516dd9 MINOR: fix typo in TestInputTopic.getTimestampAndAdvance (#7553) 5 years ago
Matthias J. Sax 9660ecd4ec MINOR: Fix JavaDoc warning (#7546) 5 years ago
John Roesler fa2c61e23f KAFKA-9058: Lift queriable and materialized restrictions on FK Join (#7541) 5 years ago
Chris Pettitt 7a87a30f1f MINOR: Add ability to wait for all instances in an application to be RUNNING (#7500) 5 years ago
John Roesler 18bdcaa5a1 MINOR: log reason for fatal error in locking state dir (#7534) 5 years ago
Antony Stubbs f324754852 KAFKA-8884: class cast exception improvement (#7309) 5 years ago
John Roesler f93c473be1 KAFKA-9000: fix flaky FK join test by using TTD (#7517) 5 years ago
Bill Bejeck b62f2a1123 KAFKA-8496: System test for KIP-429 upgrades and compatibility (#7529) 5 years ago
A. Sophie Blee-Goldman 78f5da914e KAFKA-9053: AssignmentInfo#encode hardcodes the LATEST_SUPPORTED_VERSION (#7537) 5 years ago
John Roesler 2a54347a56 MINOR: Improve FK Join docs and optimize null-fk case (#7536) 5 years ago
John Roesler 072503527e KAFKA-9032: Bypass serdes for tombstones (#7518) 5 years ago
Bruno Cadonna 3e24495c69 KAFKA-8897: Warn about no guaranteed backwards compatibility in RocksDBConfigSetter (#7483) 5 years ago
Chris Pettitt 9c8ab5ce10 MINOR: Provide better messages when waiting for a condition in test (#7488) 5 years ago
Lucas Bradstreet caf3499236 MINOR: remove unused import in QueryableStateIntegrationTest (#7521) 5 years ago
Matthias J. Sax e66ed2dbea
MINOR: code and JavaDoc cleanup (#7462) 5 years ago
Guozhang Wang 76fcabc7b4
KAFKA-4422 / KAFKA-8700 / KAFKA-5566: Wait for state to transit to RUNNING upon start (#7519) 5 years ago
Alex Leung 2fce203a54 KAFKA-8671: NullPointerException occurs if topic associated with GlobalKTable changes (#7437) 5 years ago
Matthias J. Sax c55277cd79
MINOR: unify calls to get committed offsets and metadata (#7463) 5 years ago
A. Sophie Blee-Goldman b006205edb KAFKA-9020: Streams sub-topologies should be sorted by sink -> source relationship (#7495) 5 years ago
Matthias J. Sax 2ff8fa0780
KAFKA-8122: Fix Kafka Streams EOS integration test (#7470) 5 years ago
A. Sophie Blee-Goldman b80a572d12 HOTFIX: fix checkstyle in Streams system test (#7494) 5 years ago
A. Sophie Blee-Goldman cc6525a746 KAFKA-8743: Flaky Test Repartition{WithMerge}OptimizingIntegrationTest (#7472) 5 years ago
Bruno Cadonna c3177a1ba4 Add wait condition for state RUNNING (#7476) 5 years ago
Guozhang Wang e0824e26ec
MINOR: Just one put and flush to generation rocksDB File in RocksDBStoreTest (#7469) 5 years ago
huxi 7c4b029df9 KAFKA-8944: Fixed KTable compiler warning. (#7393) 5 years ago
Bruno Cadonna e3c2148b20 KAFKA-8964: Rename tag client-id for thread-level metrics and below (#7429) 5 years ago
Jukka Karvanen 7e3f8895d6 MINOR: Modified Exception handling for KIP-470 (#7461) 5 years ago
Omkar Mestry cfa10678bd KAFKA-7245: Deprecate WindowStore#put(key, value) (#7105) 5 years ago
A. Sophie Blee-Goldman d88f1048da KAFKA-8179: Part 7, cooperative rebalancing in Streams (#7386) 5 years ago
Manikumar Reddy 4c2bd567b1
MINOR: Bump version to 2.5.0-SNAPSHOT (#7455) 5 years ago
Jukka Karvanen a5a6938c69 KAFKA-8233: TopologyTestDriver test input and output usability improvements (#7378) 5 years ago