11825 Commits (987609404c1d3f65f4d0cc642982b898c28121ac)
 

Author SHA1 Message Date
maniekes 987609404c
KAFKA-15685: Add support for MinGW and MSYS2 (windows OS) (#13321) 1 year ago
Owen Leung 9989b68d0d
KAFKA-15200: Add pre-requisite check in release.py (#14636) 1 year ago
Gaurav Narula abd104a606
MINOR: avoid blocking for randomness in DefaultRecordBatchTest (#14625) 1 year ago
hudeqi b559942c17
KAFKA-15671: Fix flaky test RemoteIndexCacheTest.testClearCacheAndIndexFilesWhenResizeCache (#14622) 1 year ago
dengziming 03ea24aa1d
MINOR: Fix flaky testFollowerCompleteDelayedFetchesOnReplication (#14616) 1 year ago
Kirk True 2b233bfa5f
KAFKA-14274 [6, 7]: Introduction of fetch request manager (#14406) 1 year ago
Lucas Brutschy d144b7ee38
KAFKA-15326: [10/N] Integrate processing thread (#14193) 1 year ago
Nikolay e0121a38b1
MINOR: Deduplicating ConsumerGroupCommand print formating (#14610) 1 year ago
Jotaniya Jeel 4612fe42af
KAFKA-15481: Fix concurrency bug in RemoteIndexCache (#14483) 1 year ago
Mickael Maison 8b9f6d17f2
KAFKA-15093: Add 3.5 Streams upgrade system tests (#14602) 1 year ago
shuoer86 27a155c80a
MINOR: Fix typos in build.gradle, tests and trogdor (#14574) 1 year ago
vamossagar12 1a3aca305e
KAFKA-15457: Add support for OffsetFetch version 9 in admin client (#14611) 1 year ago
Mickael Maison 9c77c17c4e
KAFKA-15664: Add 3.4 Streams upgrade system tests (#14601) 1 year ago
Gantigmaa Selenge 84a58d75bb
KAFKA-15566: Fix test FetchRequestTest.testLastFetchedEpochValidation for KRaft mode (#14563) 1 year ago
Greg Harris ffcb6d4a1a
KAFKA-14767: Fix missing commitId build error after git gc (#13315) 1 year ago
Matthias J. Sax 4371214fbe
KAFKA-15378: fix streams upgrade system test (#14539) 1 year ago
Justine Olshan e8c8969330
KAFKA-15626: Replace verification guard object with an specific type (#14568) 1 year ago
Josep Prat eed5e68880
MINOR: Server-Commons cleanup (#14572) 1 year ago
hudeqi 4083cd627e
KAFKA-15607: Fix NPE in MirrorCheckpointTask::syncGroupOffset (#14587) 1 year ago
Christo Lolov b5ec6e8a0d
KAFKA-14133: Move RocksDBGenericOptionsToDbOptionsColumnFamilyOptionsAdapterTest to Mockito (#14586) 1 year ago
Chris Egerton 091eb9b349
KAFKA-15428: Cluster-wide dynamic log adjustments for Connect (#14538) 1 year ago
Philip Nee c81a725219
KAFKA-15534: Inject request completion time when the request failed (#14532) 1 year ago
hudeqi 21ebbe6b28
MINOR:Remove unused method parameter in ConsumerGroupCommand (#14585) 1 year ago
Gantigmaa Selenge 486d5f6c64
KAFKA-15566: Fix flaky tests in FetchRequestTest.scala in KRaft mode (#14573) 1 year ago
Calvin Liu af747fbfed
KAFKA-15581: Introduce ELR (#14312) 1 year ago
Calvin Liu 14029e2ddd
KAFKA-15582: Identify clean shutdown broker (#14465) 1 year ago
Hanyu Zheng bbdf6de88a
KAFKA-15527: Add reverseRange and reverseAll query over kv-store in IQv2 (#14477) 1 year ago
Apoorv Mittal 36abc8dcea
KAFKA-15604: Telemetry API request and response schemas and classes (KIP-714) (#14554) 1 year ago
vamossagar12 8f3731e2bd
KAFKA-15454: Add support for OffsetCommit version 9 in admin client (#14571) 1 year ago
Apoorv Mittal 26aa353dc1
KAFKA-15616: Client telemetry states and transition (KIP-714) (#14566) 1 year ago
Apoorv Mittal 78166101eb
KAFKA-15613: Client API definition and configurations (KIP-714) (#14560) 1 year ago
Matthias J. Sax 72fdd9f62a
MINOR: add KIP-941 to Kafka Streams upgrade docs (#14577) 1 year ago
Lianet Magrans 48449b68fd
KAFKA-15554: Client state changes for handling one assignment at a time & minor improvements (#14413) 1 year ago
Arpit Goyal dc6a53e196
MINOR: Rename lock variable of the entry class (#14569) 1 year ago
Mickael Maison 8aee297669
MINOR: Various Java cleanups in core (#14561) 1 year ago
Matthias J. Sax 9b468fb278
MINOR: Do not end Javadoc comments with `**/` (#14540) 1 year ago
Jeff Kim abee8f711c
KAFKA-14519; [1/N] Implement coordinator runtime metrics (#14417) 1 year ago
Lucas Brutschy e7e399b940
MINOR: allow removing a suspended task from task registry. (#14555) 1 year ago
Mickael Maison 9d04c7a045
MINOR: Various Scala cleanups in core (#14558) 1 year ago
Omnia G.H Ibrahim 9af1e74b5e
KAFKA-14596: Move TopicCommand to tools (#13201) 1 year ago
Ismael Juma 69e591db3a
MINOR: Rewrite/Move KafkaNetworkChannel to the `raft` module (#14559) 1 year ago
Luke Chen 7376d2c5b1
MINOR: add quick start for tiered storage feature (#14528) 1 year ago
Hanyu Zheng 732bffcae6
KAFKA-15569: test and add test cases in IQv2StoreIntegrationTest (#14523) 1 year ago
mannoopj da314ee48c
KAFKA-15532: non active controllers return 0 for ZkWriteBeforelag (#14478) 1 year ago
dengziming 5c9db5e735
KAFKA-15390: Do not return fenced broker in FetchResponse.preferredReplica (#14272) 1 year ago
Ismael Juma 1073d434ec
KAFKA-14481: Move LogSegment/LogSegments to storage module (#14529) 1 year ago
bachmanity1 eb187745cd
MINOR: Fix docs for ReplicationBytes(Out|In)PerSec metrics (#14228) 1 year ago
Hector Geraldino 4150595b0a
KAFKA-14684: Replace EasyMock/PowerMock with Mockito in WorkerSinkTaskThreadedTest (#14505) 1 year ago
hudeqi b0b8693c72
KAFKA-15536: Dynamically resize remoteIndexCache (#14511) 1 year ago
Matthias J. Sax d4c661c017
MINOR: cleanup warnings in Kafka Streams code base (#14549) 1 year ago