11832 Commits (trunk)
 

Author SHA1 Message Date
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
Lucas Brutschy 16dc983ad6
Kafka Streams Threading: Timeout behavior (#14171) 1 year ago
Kamal Chandraprakash 43fe13350f
KAFKA-15404: Disable the flaky integration tests. (#14296) 1 year ago
Luke Chen c2bb8eb875
MINOR: Close topic based RLMM correctly in integration tests (#14315) 1 year ago
A. Sophie Blee-Goldman 95e1cdc4ef
HOTFIX: avoid placement of unnecessary transient standby tasks & improve assignor logging (#14149) 1 year ago
Vincent Jiang 703e1d9faa
KAFKA-15375: fix broken clean shutdown detection logic in LogManager 1 year ago
Christo Lolov dbda60c60d
KAFKA-14133: Move RocksDBRangeIteratorTest, TimestampedKeyValueStoreBuilderTest and TimestampedSegmentTest to Mockito (#14222) 1 year ago
mannoopj 2e3ff21c2e
KAFKA-15412: Reading an unknown version of quorum-state-file should trigger an error (#14302) 1 year ago
Christo Lolov efec0f5756
KAFKA-15267: Do not allow Tiered Storage to be disabled while topics have remote.storage.enable property (#14161) 1 year ago
Chris Egerton 1c5020e142
KAFKA-13327: Gracefully report connector validation errors instead of returning 500 responses (#14303) 1 year ago
Greg Harris 8611d28b2e
KAFKA-15392: Prevent shadowing RestServer shutdown exceptions (#14277) 1 year ago
Philip Nee 945d21953e
KAFKA-14875: Implement wakeup (#14118) 1 year ago
Taher Ghaleb 3b02e97b65
KAFKA-15403: Refactor @Test(expected) annotation with assertThrows (#14264) 1 year ago
Alyssa Huang 0912ca27e2
KRaft support for DescribeClusterRequestTest and DeleteConsumerGroupsTest (#14294) 1 year ago
Kamal Chandraprakash 68b140cb56
MINOR: Fix the TBRLMMRestart test. (#14297) 1 year ago
David Jacot 68b7031dc4
KAFKA-14499: [4/N] Implement OffsetFetch API (#14120) 1 year ago
Kamal Chandraprakash 4590d565ef
KAFKA-15399: Enable OffloadAndConsumeFromLeader test (#14285) 1 year ago
Christo Lolov 664f71b207
KAFKA-14133: Move RecordCollectorTest, StateRestoreCallbackAdapterTest and StoreToProcessorContextAdapterTest to Mockito (#14210) 1 year ago
Calvin Liu b41b2dfcf2
KAFKA-15353: make sure AlterPartitionRequest.build() is idempotent (#14236) 1 year ago
iit2009060 d869bf5b22
KAFKA-15256: Adding reviewer as part of release announcement email template (#14288) 1 year ago
Gantigmaa Selenge 180dcd3969
KAFKA-15294: Publish remote storage configs (#14266) 1 year ago
Tang Yunzi 3643039a9a
MINOR: Fix incorrect comment in TopicDeletionManager.scala. (#14292) 1 year ago
Abhijeet Kumar ff3e6842ff
KAFKA-15181: Wait for RemoteLogMetadataCache to initialize after assigning partitions (#14127) 1 year ago
David Arthur f2d499e25a
KAFKA-15389: Don't publish until we have replayed at least one record (#14282) 1 year ago
Maros Orsak 5785796f98
MINOR: Add a few test cases to clients (#14211) 1 year ago