476 Commits (trunk)

Author SHA1 Message Date
Jason Gustafson b2cb6caa1e
MINOR: Move `KafkaYammerMetrics` to server-common (#11970) 3 years ago
Idan Kamara eddb98df67
MINOR: Fix class comparison in `AlterConfigPolicy.RequestMetadata.equals()` (#11900) 3 years ago
Colin Patrick McCabe 07553d13f7
MINOR: create KafkaConfigSchema and TimelineObject (#11809) 3 years ago
Chris Egerton 6bef673197
KAFKA-10000: Add new metrics for source task transactions (#11772) 3 years ago
Wenjun Ruan 760e6f3741
Add license header in suppressions.xml (#11753) 3 years ago
Mickael Maison 0269edfc80
KAFKA-13577: Replace easymock with mockito in kafka:core - part 3 (#11674) 3 years ago
Colin Patrick McCabe d35283f011
KAFKA-13646; Implement KIP-801: KRaft authorizer (#11649) 3 years ago
John Roesler 7ef8701cca
KAFKA-13553: add PAPI KV store tests for IQv2 (#11624) 3 years ago
Colin Patrick McCabe 454d63c158
KAFKA-13515: Fix KRaft config validation issues (#11577) 3 years ago
Mickael Maison d565c969f3
MINOR: Refactor RequestResponseTest (#11393) 3 years ago
John Roesler 14c2449050
KAFKA-13491: IQv2 framework (#11557) 3 years ago
Justine Olshan e8818e234a
KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs (#11331) 3 years ago
Kirk True 7b379539a5
KAFKA-13202: KIP-768: Extend SASL/OAUTHBEARER with Support for OIDC (#11284) 3 years ago
dengziming 37b3f8c15b
MINOR: MetadataShell should handle ClientQuotaRecord (#11339) 3 years ago
José Armando García Sancio da58d75c43
MINOR: Fix highest offset when loading KRaft metadata snapshots (#11386) 3 years ago
Satish Duggana 34d56dc8d0
KAFKA-12802 Added a file based cache for consumed remote log metadata for each partition to avoid consuming again incase of broker restarts. (#11058) 3 years ago
Colin Patrick McCabe 3f3a0e0d9e
KAFKA-13280: Avoid O(N) behavior in KRaftMetadataCache#topicNamesToIds (#11311) 3 years ago
Colin Patrick McCabe 85548acafb
KAFKA-13279: allow CreateTopicsPolicy, AlterConfigsPolicy in KRaft mode (#11310) 3 years ago
Colin Patrick McCabe 074a3dacca
MINOR: Make ReplicaManager, LogManager, KafkaApis easier to construct (#11320) 3 years ago
Matthew Wong 6c80643009
[KAFKA-8522] Streamline tombstone and transaction marker removal (#10914) 3 years ago
Rohan 01ab888dbd
KAFKA-13229: add total blocked time metric to streams (KIP-761) (#11149) 3 years ago
Josep Prat 83f0ae3821
KAFKA-12862: Update Scala fmt library and apply fixes (#10784) 3 years ago
A. Sophie Blee-Goldman 6854eb8332
KAFKA-12648: Pt. 3 - addNamedTopology API (#10788) 3 years ago
A. Sophie Blee-Goldman 4710a49146
KAFKA-12648: Pt. 2 - Introduce TopologyMetadata to wrap InternalTopologyBuilders of named topologies (#10683) 3 years ago
José Armando García Sancio 55d9acad65
KAFKA-13113; Support unregistering Raft listeners (#11109) 3 years ago
Satish Duggana e8ce93bd53
KAFKA-9555 Added default RLMM implementation based on internal topic storage. (#10579) 3 years ago
Colin Patrick McCabe e07de97a4c
KAFKA-12803: Support reassigning partitions when in KRaft mode (#10753) 3 years ago
A. Sophie Blee-Goldman 37d086fa2a
KAFKA-12984: make AbstractStickyAssignor resilient to invalid input, utilize generation in cooperative, and fix assignment bug (#10985) 3 years ago
Justine Olshan 2b8aff58b5
KAFKA-10580: Add topic ID support to Fetch request (#9944) 3 years ago
Sanjana Kaundinya e00c0f3719
KAFKA-12234: Implement request/response for offsetFetch batching (KIP-709) (#10962) 3 years ago
Colin Patrick McCabe b4e45cd0d2
KAFKA-13019: Add MetadataImage and MetadataDelta classes for KRaft Snapshots (#10949) 3 years ago
kpatelatwork 527ba111c7
KAFKA-4793: Connect API to restart connector and tasks (KIP-745) (#10822) 3 years ago
Niket d3ec9f940c
KAFKA-12952 Add header and footer records for raft snapshots (#10899) 3 years ago
Jason Gustafson 299eea88a5
KAFKA-12870; Flush in progress not cleared after transaction completion (#10880) 3 years ago
Satish Duggana 56250f446a
KAFKA-12816 Added tiered storage related configs including remote log manager configs. (#10733) 3 years ago
Ismael Juma d27a84f70c
KAFKA-12945: Remove port, host.name and related configs in 3.0 (#10872) 3 years ago
José Armando García Sancio b67a77d5b9
KAFKA-12787; Integrate controller snapshoting with raft client (#10786) 3 years ago
A. Sophie Blee-Goldman 48379bd6e5
KAFKA-12648: Pt. 1 - Add NamedTopology to protocol and state directory structure (#10609) 3 years ago
José Armando García Sancio f50f13d781
KAFKA-12342: Remove MetaLogShim and use RaftClient directly (#10705) 4 years ago
Colin Patrick McCabe 9e5b77fb96
KAFKA-12788: improve KRaft replica placement (#10494) 4 years ago
Colin Patrick McCabe f20fdbd839
KAFKA-12778: Fix QuorumController request timeouts and electLeaders (#10688) 4 years ago
Daniyar Yeralin 6d1ae8bc00
KAFKA-8326: Introduce List Serde (#6592) 4 years ago
Satish Duggana 7ef3879429
KAFKA-12758 Added `server-common` module to have server side common classes. (#10638) 4 years ago
Chris Egerton 9ba583f6d6
KAFKA-12252 and KAFKA-12262: Fix session key rotation when leadership changes (#10014) 4 years ago
Satish Duggana a1367f57f5
KAFKA-12429: Added serdes for the default implementation of RLMM based on an internal topic as storage. (#10271) 4 years ago
Vito Jeng 816f5c3b86
KAFKA-5876: KIP-216 Part 3, Apply StreamsNotStartedException for Interactive Queries (#10597) 4 years ago
José Armando García Sancio 6203bf8b94
KAFKA-12154; Raft Snapshot Loading API (#10085) 4 years ago
Sergio Peña bf359f8e29
KAFKA-10847: Fix spurious results on left/outer stream-stream joins (#10462) 4 years ago
A. Sophie Blee-Goldman 3805f3706f
KAFKA-12574: KIP-732, Deprecate eos-alpha and replace eos-beta with eos-v2 (#10573) 4 years ago
Colin Patrick McCabe a8a6952e4a
KAFKA-12471: Implement createPartitions in KIP-500 mode (#10343) 4 years ago