2869 Commits (trunk)

Author SHA1 Message Date
David Arthur 339d2556c6
KAFKA-15605: Fix topic deletion handling during ZK migration (#14545) 11 months ago
Apoorv Mittal ad2677bb7b
KAFKA-15614: Define interfaces and classes for client telemetry (#14575) 11 months ago
Gaurav Narula abd104a606
MINOR: avoid blocking for randomness in DefaultRecordBatchTest (#14625) 11 months ago
Kirk True 2b233bfa5f
KAFKA-14274 [6, 7]: Introduction of fetch request manager (#14406) 11 months ago
Lucas Brutschy d144b7ee38
KAFKA-15326: [10/N] Integrate processing thread (#14193) 11 months ago
vamossagar12 1a3aca305e
KAFKA-15457: Add support for OffsetFetch version 9 in admin client (#14611) 11 months ago
Philip Nee c81a725219
KAFKA-15534: Inject request completion time when the request failed (#14532) 11 months ago
Calvin Liu 14029e2ddd
KAFKA-15582: Identify clean shutdown broker (#14465) 11 months ago
Apoorv Mittal 36abc8dcea
KAFKA-15604: Telemetry API request and response schemas and classes (KIP-714) (#14554) 11 months ago
vamossagar12 8f3731e2bd
KAFKA-15454: Add support for OffsetCommit version 9 in admin client (#14571) 11 months ago
Apoorv Mittal 26aa353dc1
KAFKA-15616: Client telemetry states and transition (KIP-714) (#14566) 11 months ago
Apoorv Mittal 78166101eb
KAFKA-15613: Client API definition and configurations (KIP-714) (#14560) 11 months ago
Lianet Magrans 48449b68fd
KAFKA-15554: Client state changes for handling one assignment at a time & minor improvements (#14413) 11 months ago
Matthias J. Sax 9b468fb278
MINOR: Do not end Javadoc comments with `**/` (#14540) 11 months ago
Ismael Juma 1073d434ec
KAFKA-14481: Move LogSegment/LogSegments to storage module (#14529) 11 months ago
Lianet Magrans 58dfa1cc81
MINOR - KAFKA-15550: Validation for negative target times in offsetsForTimes (#14503) 11 months ago
Ismael Juma 4cf86c5d2f
KAFKA-15492: Upgrade and enable spotbugs when building with Java 21 (#14533) 11 months ago
Mickael Maison cc66d1feee
MINOR: Add javadoc to all ConfigDef.Types values (#14515) 11 months ago
Gantigmaa Selenge 3c9031c624
KAFKA-15507: Make AdminClient throw non-retriable exception for a new call while closing (#14455) 12 months ago
Philip Nee 6c23a900fc
KAFKA-15278: Implement HeartbeatRequestManager to handle heartbeat requests (#14364) 12 months ago
Igor Soarez 7e1c453af9
KAFKA-15356: Generate and persist directory IDs (#14291) 12 months ago
Dongnuo Lyu 4a6e6c7d8c
KAFKA-14504: Implement DescribeGroups API (#14462) 12 months ago
Mayank Shekhar Narula d817b1b590
KAFKA-15415: On producer-batch retry, skip-backoff on a new leader (#14384) 12 months ago
Kirk True 59e59fc545
MINOR: Add LEAVE_GROUP_EPOCH to GroupMetadataManager (#14463) 12 months ago
Dongnuo Lyu a12f9f97c9
KAFKA-14506: Implement DeleteGroups API and OffsetDelete API (#14408) 12 months ago
Justine Olshan b6c7855475
KAFKA-15449: Verify transactional offset commits (KIP-890 part 1) (#14370) 12 months ago
David Jacot 6acf69d7a2
MINOR: Remove the client side assignor from the ConsumerGroupHeartbeat API (#14469) 12 months ago
rykovsi 03259f6f41
KAFKA-15500: Fix condition in SslPrincipalMapper.java (#14441) 12 months ago
Luke Chen bbcf40ad0d
MINOR: improve info log for memberIDRequired exception (#14192) 12 months ago
Anton Agestam 7b0352f1bd
MINOR: Fix incorrect versions in ConsumerGroupDescribeResponse schema (#14447) 12 months ago
Colin Patrick McCabe fcac880fd5
KAFKA-15466: Add KIP-919 support for some admin APIs (#14399) 12 months ago
Lucas Brutschy 9c2e5daf60
MINOR: Revert log level changes in LogCaptureAppender (#14436) 1 year ago
Manikumar Reddy 170550af40
KAFKA-15502: Update SslEngineValidator to handle large stores (#14445) 1 year ago
Purshotam Chauhan d8f358facc
[KAFKA-15117] In TestSslUtils set SubjectAlternativeNames to null if there are no hostnames (#14440) 1 year ago
Ismael Juma 99e6f12dd0
KAFKA-15485: Support Java 21 (3/3) (#14433) 1 year ago
Ismael Juma 98febb989a
KAFKA-15485: Fix "this-escape" compiler warnings introduced by JDK 21 (1/N) (#14427) 1 year ago
Philip Nee 7d89bdc3f0
KAFKA-14960: TopicMetadata request manager (#14386) 1 year ago
Lianet Magrans 1c402297d6
KAFKA-15306 - Integrating committed offsets for updating fetch positions (#14385) 1 year ago
Kirk True e1dc6d9f34
KAFKA-14274 [2-5/7]: Introduction of more infrastructure for forthcoming fetch request manager (#14359) 1 year ago
Eike Thaden f46db86d34
KAFKA-15273: Log common name of expired client certificates (#14130) 1 year ago
Eaugene Thomas 2a41beb0f4
MINOR: Check the existence of AppInfo for the given ID before creating a new mbean of the same name (#14287) 1 year ago
Lianet Magrans a7e865c0a7
KAFKA-15115 - KAFKA-15163; Reset/Validate positions implementation & API integration (#14346) 1 year ago
Lianet Magrans 0e47fa7537
KAFKA-15275 - Client state machine basic components, states and initial transitions (#14323) 1 year ago
Luke Chen 8a7e5e8ea0
MINOR: Fix errors in javadoc and docs in tiered storage (#14379) 1 year ago
David Jacot 6123071fc0
KAFKA-14499: [7/7] Add integration tests for OffsetCommit API and OffsetFetch API (#14353) 1 year ago
Roon 7fc65003fc
KAFKA-15315: Use getOrDefault rather than get in TransactionState (#14167) 1 year ago
Lucas Brutschy 01b91af59c
MINOR: fix currentLag javadoc (#14224) 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