407 Commits (d796480fe87fd819fc0ac560ca318759180d4644)

Author SHA1 Message Date
Luke Chen d796480fe8
KAFKA-14909: check zkMigrationReady tag before migration (#13631) 2 years ago
David Arthur c1b5c75d92
KAFKA-14805 KRaft controller supports pre-migration mode (#13407) 2 years ago
David Jacot 9a36da12b7
KAFKA-14462; [8/N] Add ConsumerGroupMember (#13538) 2 years ago
Gantigmaa Selenge ea540fa400
KAFKA-14592: Move FeatureCommand to tools (#13459) 2 years ago
David Jacot 2d0b816150
MINOR: Move `ControllerPurgatory` to `server-common` (#13555) 2 years ago
Proven Provenzano abca86511e
KAFKA-14881: Rework UserScramCredentialRecord (#13513) 2 years ago
Ron Dagostino e27926f92b
KAFKA-14735: Improve KRaft metadata image change performance at high … (#13280) 2 years ago
Victoria Xia 1d5d003ff4
KAFKA-14834: [5/N] Drop out-of-order records from FK join with versioned tables (#13522) 2 years ago
Victoria Xia 1395ad6497
KAFKA-14834: [4/N] Drop out-of-order records from table-table join with versioned tables (#13510) 2 years ago
David Jacot e1e3900ba1
KAFKA-14462; [4/N] Add Group, Record and Result (#13520) 2 years ago
Satish Duggana e99984248d
KAFKA-9550 Copying log segments to tiered storage in RemoteLogManager (#13487) 2 years ago
Victoria Xia 17b4569d70
KAFKA-14834: [2/N] Test coverage for out-of-order data in joins (#13497) 2 years ago
José Armando García Sancio 672dd3ab6a
KAFKA-13020; Implement reading Snapshot log append timestamp (#13345) 2 years ago
Victoria Xia df59cc1a01
KAFKA-14491: [20/N] Add public-facing methods for versioned stores (#13442) 2 years ago
Yash Mayya 970dea60e8
KAFKA-14785 (KIP-875): Connect offset read REST API (#13434) 2 years ago
vamossagar12 c14f56b484
KAFKA-14586: Moving StreamResetter to tools (#13127) 2 years ago
David Arthur f1b3732fa6
KAFKA-14796 Migrate ACLs from AclAuthorizor to KRaft (#13368) 2 years ago
Kirk True a3252629a3
KAFKA-14365: Extract common logic from Fetcher (#13425) 2 years ago
Colin Patrick McCabe ed400e4c0d
KAFKA-14835: Create ControllerMetadataMetricsPublisher (#13438) 2 years ago
David Jacot 788cc11f45
KAFKA-14462; [3/N] Add `onNewMetadataImage` to `GroupCoordinator` interface (#13357) 2 years ago
Proven Provenzano 38c409cf33
KAFKA-14084: SCRAM support in KRaft. (#13114) 2 years ago
vamossagar12 bb3111f472
KAFKA-14580: Moving EndToEndLatency from core to tools module (#13095) 2 years ago
Matthew Wong 8d32a0f246
[KAFKA-14685] Refactor logic to handle OFFSET_MOVED_TO_TIERED_STORAGE error (#13206) 2 years ago
Satish Duggana 069ce59e1e
KAFKA 14714: Move/Rewrite RollParams, LogAppendInfo, and LeaderHwChange to storage module. (#13255) 2 years ago
Satish Duggana 322ac86ba2
KAFKA-14706: Move/rewrite ShutdownableThread to server-common module. (#13234) 2 years ago
Greg Harris 958bc0601c
KAFKA-5756: Wait for concurrent source task offset flush to complete before starting next flush (#13208) 2 years ago
Ron Dagostino 631e6be3a0
KAFKA-14711: kafaka-metadata-quorum.sh does not honor --command-confi… (#13241) 2 years ago
David Jacot 39962eeeb3
KAFKA-14513; Add broker side PartitionAssignor interface (#13202) 2 years ago
David Arthur cb4d9d1abf
KAFKA-14668 Avoid unnecessary UMR during ZK migration (#13183) 2 years ago
Chris Egerton f93d5af839
KAFKA-15086, KAFKA-9981: Intra-cluster communication for Mirror Maker 2 (#13137) 2 years ago
Satish Duggana 1d3fb76092
KAFKA-14688 Move package org.apache.kafka.server.log.internals to org.apache.kafka.storage.internals.log (#13213) 2 years ago
Satish Duggana da2e8dce71
KAFKA-14551 Move/Rewrite LeaderEpochFileCache and its dependencies to the storage module. (#13046) 2 years ago
David Jacot 094e343f18
KAFKA-14678; Move `__consumer_offsets` records from `core` to `group-coordinator` (#13200) 2 years ago
Federico Valeri 50e0e3c257
KAFKA-14582: Move JmxTool to tools (#13136) 2 years ago
Federico Valeri 72cfc994f5
KAFKA-14628: Move CommandLineUtils and CommandDefaultOptions to tools (#13131) 2 years ago
David Jacot 2e0a005dd4
KAFKA-14367; Add internal APIs to the new `GroupCoordinator` interface (#13112) 2 years ago
Colin Patrick McCabe 8478bbb589
KAFKA-14601: Improve exception handling in KafkaEventQueue #13089 2 years ago
Akhilesh C db49070760
KAFKA-14493: Introduce Zk to KRaft migration state machine STUBs in KRaft controller. (#12998) 2 years ago
Ismael Juma 96d9710c17
KAFKA-14478: Move LogConfig/CleanerConfig and related to storage module (#13049) 2 years ago
Ismael Juma e8232edd24
KAFKA-14477: Move LogValidator and related to storage module (#13012) 2 years ago
José Armando García Sancio 44b3177a08
KAFKA-14457; Controller metrics should only expose committed data (#12994) 2 years ago
Colin Patrick McCabe 29c09e2ca1
MINOR: ControllerServer should use the new metadata loader and snapshot generator (#12983) 2 years ago
Ismael Juma 88725669e7
MINOR: Move MetadataQuorumCommand from `core` to `tools` (#12951) 2 years ago
David Arthur d40561e90a
KAFKA-14427 ZK client support for migrations (#12946) 2 years ago
Colin Patrick McCabe 100e874671
MINOR: Move dynamic config logic to DynamicConfigPublisher (#12958) 2 years ago
Rajini Sivaram d23ce20bdf
KAFKA-14352: Rack-aware consumer partition assignment protocol changes (KIP-881) (#12954) 2 years ago
Patrik Marton 1c10d107fe
KAFKA-14293: Basic Auth filter should set the SecurityContext after a successful login (#12846) 2 years ago
Colin Patrick McCabe a3f5eb6e35
MINOR: Implement EventQueue#size and EventQueue#empty (#12930) 2 years ago
David Jacot 98e19b3000
KAFKA-14367; Add `JoinGroup` to the new `GroupCoordinator` interface (#12845) 2 years ago
Greg Harris 31c69ae932
KAFKA-14346: Remove hard-to-mock javax.crypto calls (#12866) 2 years ago