11806 Commits (b5ec6e8a0dc5d642f0751899852602502b7acba9)
 

Author SHA1 Message Date
Colin Patrick McCabe 39cc19c992
MINOR: rename BrokerToControllerChannelManager to NodeToControllerChannelManager (#14356) 1 year ago
David Jacot 6123071fc0
KAFKA-14499: [7/7] Add integration tests for OffsetCommit API and OffsetFetch API (#14353) 1 year ago
tkuramoto33 37c01e9992
MINOR: Fix help message for kafka-metadata-shell (#13867) 1 year ago
Roon 7fc65003fc
KAFKA-15315: Use getOrDefault rather than get in TransactionState (#14167) 1 year ago
Lucas Brutschy 07a18478be
KAFKA-15326: [7/N] Processing thread non-busy waiting (#14180) 1 year ago
Ruslan Krivoshein b72d92919f
KAFKA-14581: Moving GetOffsetShell to tools (#13562) 1 year ago
Kamal Chandraprakash 672ea644f0
MINOR: Removed the RSM and RLMM classpath config validator (#14358) 1 year ago
David Arthur b24ccd65b7
KAFKA-15441 Allow broker heartbeats to complete in metadata transaction (#14351) 1 year ago
Nikhil Ramakrishnan 84c49c6a09
MINOR: Log when remote fetch execution is rejected (#14350) 1 year ago
Lucia Cerchie 17862ffaf2
KAFKA-15418: update Kafka design docs with decompression information (#14322) 1 year ago
Lucas Brutschy 01b91af59c
MINOR: fix currentLag javadoc (#14224) 1 year ago
atu-sharm 9ecf6f7f1c
KAFKA-15338: The metric group documentation for metrics added in KAFKA-13945 is incorrect (#14221) 1 year ago
Chris Egerton 54ab5b29e4
KAFKA-15416: Fix flaky TopicAdminTest::retryEndOffsetsShouldRetryWhenTopicNotFound test case (#14313) 1 year ago
José Armando García Sancio 7b669e8806
KAFKA-14273; Close file before atomic move (#14354) 1 year ago
Kirk True a2de7d32c8
KAFKA-14274 #1: basic refactoring (#14305) 1 year ago
Colin Patrick McCabe 41b695b6e3
KAFKA-15369: Implement KIP-919: Allow AC to Talk Directly with Controllers (#14306) 1 year ago
Chris Egerton 77a91be22e
KAFKA-15425: Fail fast in Admin::listOffsets when topic (but not partition) metadata is not found (#14314) 1 year ago
Lucia Cerchie 01c7c7a399
KAFKA-15307: Removes non-existent configs (#14341) 1 year ago
Nikolay 0029bc4897
KAFKA-14595: ReassignPartitionsCommandArgsTest rewritten in java (#14217) 1 year ago
Yash Mayya 88b554fdbd
KAFKA-15179: Add integration tests for the file sink and source connectors (#14279) 1 year ago
Kamal Chandraprakash 6e818c6b02
KAFKA-15410: Delete records with tiered storage integration test (4/4) (#14330) 1 year ago
Luke Chen cd897e6c76
MINOR: Update the javadoc in RSM (#14352) 1 year ago
Max Riedel 90e646052a
KAFKA-14509; [1/2] Define ConsumerGroupDescribe API request and response schemas and classes. (#14124) 1 year ago
Kamal Chandraprakash 6d762480c9
KAFKA-15351: Update log-start-offset after leader election for topics enabled with remote storage (#14340) 1 year ago
David Arthur 65e2ecffab
KAFKA-15435 Fix counts in MigrationManifest (#14342) 1 year ago
Lucas Brutschy eb39c95080
MINOR: StoreChangelogReaderTest fails with log-level DEBUG (#14300) 1 year ago
Ritika Reddy cc289d04c7
MINOR: Fix trailing white spaces on reviewers.py (#14343) 1 year ago
David Jacot 7054625c45
KAFKA-14499: [6/N] Add MemberId and MemberEpoch to OffsetFetchRequest (#14321) 1 year ago
Kamal Chandraprakash 80982c4ae3
KAFKA-15410: Delete topic integration test with LocalTieredStorage and TBRLMM (3/4) (#14329) 1 year ago
Andrew Schofield b49013b73e
KAFKA-9800: Exponential backoff for Kafka clients - KIP-580 (#14111) 1 year ago
Yash Mayya 1f473ebb5e
KAFKA-14876: Add stopped state to Kafka Connect Administration docs section (#14336) 1 year ago
Yash Mayya 79598b49d6
MINOR: Update the documentation's table of contents to add missing headings for Kafka Connect (#14337) 1 year ago
Abhijeet Kumar 37a51e286d
KAFKA-15293 Added documentation for tiered storage metrics (#14331) 1 year ago
Luke Chen be0de2124a
MINOR: Update comment in consumeAction (#14335) 1 year ago
Kamal Chandraprakash 9f2ac375c2
KAFKA-15410: Reassign replica expand, move and shrink integration tests (2/4) (#14328) 1 year ago
Justine Olshan b892acae5e
KAFKA-15424: Make the transaction verification a dynamic configuration (#14324) 1 year ago
Kamal Chandraprakash caaa4c55fe
KAFKA-15410: Expand partitions, segment deletion by retention and enable remote log on topic integration tests (1/4) (#14307) 1 year ago
Yash Mayya d34d84dbef
KAFKA-7438: Migrate WindowStoreBuilderTest from EasyMock to Mockito (#14152) 1 year ago
Christo Lolov 7a516b0386
KAFKA-14133: Move AbstractStreamTest and RocksDBMetricsRecordingTriggerTest to Mockito (#14223) 1 year ago
Dimitar Dimitrov 78c59cd2b0
KAFKA-15052 Fix the flaky testBalancePartitionLeaders - part II (#13908) 1 year ago
Proven Provenzano a6409e8e61
KAFKA-15422: Update documenttion for delegation tokens when working with Kafka with KRaft (#14318) 1 year ago
Abhijeet Kumar 5074c8038e
KAFKA-15260: RLM Task should handle uninitialized RLMM for the associated topic-parititon (#14113) 1 year ago
Luke Chen da99879df7
KAFKA-15421: fix network thread leak in testThreadPoolResize (#14320) 1 year ago
Rohan cc53889aaa
KAFKA-15429: reset transactionInFlight on StreamsProducer close (#14326) 1 year ago
Rohan d293cd0735
KAFKA-15429: catch+log errors from unsubscribe in streamthread shutdown (#14325) 1 year ago
Lianet Magrans 1bb8c11f5a
KAFKA-14965 - OffsetsRequestsManager implementation & API integration (#14308) 1 year ago
Christo Lolov 134f6c07a4
KAFKA-15427: Fix resource leak in integration tests for tiered storage (#14319) 1 year ago
Jeff Kim 6391c66035
KAFKA-14500; [7/7] Refactor GroupMetadataManagerTest (#14122) 1 year ago
David Jacot dcff0878c4
KAFKA-14499: [5/N] Refactor GroupCoordinator.fetchOffsets and GroupCoordinator.fetchAllOffsets (#14310) 1 year ago
Kamal Chandraprakash d0f3cf1f9f
KAFKA-15351: Ensure log-start-offset not updated to local-log-start-offset when remote storage enabled (#14301) 1 year ago