6774 Commits (2421a69556f0275efc99680c05f0bab27ecafb0c)
 

Author SHA1 Message Date
Viktor Somogyi 6c0aed2fbe KAFKA-8834; Add reassignment metrics and distinguish URPs (KIP-352) (#7361) 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
Ismael Juma baaccbb018
MINOR: Upgrade zk to 3.5.6 (#7544) 5 years ago
David Arthur d9f0be4523 KAFKA-9004; Prevent older clients from fetching from a follower (#7531) 5 years ago
Colin Patrick McCabe 3cb8ccf63a
MINOR: AbstractRequestResponse should be an interface (#7513) 5 years ago
Will James 2cf7b35d90 KAKFA-8950: Fix KafkaConsumer Fetcher breaking on concurrent disconnect (#7511) 5 years ago
Kevin Lu ed078bd702 KAFKA-8874: Add consumer metrics to observe user poll behavior (KIP-517) 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
Nikolay 00374c3ddf KAFKA-8104: Consumer cannot rejoin to the group after rebalancing (#7460) 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
Greg Harris ff68b60429 KAFKA-8340, KAFKA-8819: Use PluginClassLoader while statically initializing plugins (#7315) 5 years ago
A. Sophie Blee-Goldman 3e30bf5439 Explain the separate upgrade paths for consumer groups and Streams (#7516) 5 years ago
Matthias J. Sax 1d6d3709d6
MINOR: Update Kafka Streams upgrade docs for KIP-444, KIP-470, KIP-471, KIP-474, KIP-528 (#7515) 5 years ago
Lucas Bradstreet 8966d066bd KAFKA-9039: Optimize ReplicaFetcher fetch path (#7443) 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
Chris Egerton bcdc6336fc KAFKA-8945/KAFKA-8947: Fix bugs in Connect REST extension API (#7392) 5 years ago
Jason Gustafson b24e9f3ccb
KAFKA-9033; Use consumer/producer identity in generated clientId (#7514) 5 years ago
Bruno Cadonna e58401b2f0 KAFKA-9030: Document client-level (a.k.a. instance-level) metrics (#7501) 5 years ago
Konstantine Karantasis 5e231f1738 KAFKA-9014: Fix AssertionError when SourceTask.poll returns an empty list (#7491) 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
Vikas Singh 176c93412e KAFKA-8813: Refresh log config if it's updated before initialization (#7305) 5 years ago
Bruno Cadonna 9c80a06466 KAFKA-8942: Document RocksDB metrics 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
Chris Stromberger 13c2e150e5 MINOR: clarify wording around fault-tolerant state stores (#7510) 5 years ago
A. Sophie Blee-Goldman b006205edb KAFKA-9020: Streams sub-topologies should be sorted by sink -> source relationship (#7495) 5 years ago
A. Sophie Blee-Goldman c9c3adca43 MINOR: move "Added/Removed sensor" log messages to TRACE (#7502) 5 years ago
A. Sophie Blee-Goldman 11a401d51d delete (#7504) 5 years ago
A. Sophie Blee-Goldman 6fb8bd0987 KAFKA-9029: Flaky Test CooperativeStickyAssignorTest.testReassignmentWithRand: bump to 4 (#7503) 5 years ago
Matthias J. Sax 2ff8fa0780
KAFKA-8122: Fix Kafka Streams EOS integration test (#7470) 5 years ago
Stanislav Kozlovski f771005f40 KAFKA-8725; Improve LogCleanerManager#grabFilthiestLog error handling (#7475) 5 years ago
Viktor Somogyi b8d609c207 KAFKA-7981; Add fetcher and log cleaner thread count metrics (#6514) 5 years ago
Ismael Juma 69ad41d6f0
MINOR: Increase spotBugs max heap to 2 GB (#7497) 5 years ago
Ismael Juma ac937706be
MINOR: Improve assert in testCreateTopicsResponseMetadataAndConfig (#7484) 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
David Jacot fa2a9f09e4 MINOR: ListPartitionReassignmentsResponse should not be entirely failed when a topic-partition does not exist (#7486) 5 years ago
Tu V. Tran f41a5c2c86 KAFKA-8729, pt 3: Add broker-side logic to handle the case when there are record_errors and error_message (#7167) 5 years ago
Bruno Cadonna c3177a1ba4 Add wait condition for state RUNNING (#7476) 5 years ago
Colin Patrick McCabe 5c4bbf9344
MINOR: fix compatibility-breaking bug in RequestHeader (#7479) 5 years ago