kafka icon indicating copy to clipboard operation
kafka copied to clipboard

Mirror of Apache Kafka

Results 736 kafka issues
Sort by recently updated
recently updated
newest added

FYI: https://github.com/apache/kafka/pull/20175/files#r2572693459

core
KIP-932
ci-approved

This change addresses high GC pressure by allocating tiered storage fetch buffers in direct (off-heap) memory instead of the JVM heap. When direct memory is exhausted, the system gracefully falls...

storage
tiered-storage
clients

In this PR, we corrected the argument order in assertEquals within the server package. Ticket : https://issues.apache.org/jira/browse/KAFKA-19986 Part of : https://issues.apache.org/jira/browse/KAFKA-19097

core
tests
small
triage

Move KRaftClusterTest from core module to server module. Rewrite - testCreateClusterAndCreateListDeleteTopic - testCreateClusterAndCreateAndManyTopics - testClientQuotas - testDefaultClientQuotas - testCreateClusterWithAdvertisedPortZero - testCreateClusterWithAdvertisedHostAndPortDifferentFromSocketServer - testUnregisterBroker

core
tests
ci-approved

Delete this text and replace it with a detailed description of your change. The PR title and body will become the squashed commit message. If you would like to tag...

core
consumer
clients
triage

Add topic ID support to OffsetForLeader - ServerAndProtocol

core
clients
triage

This commit updates the existing Kafka definition to a more precise, technically grounded, and documentation-ready description. The new version provides clearer context on Kafka’s purpose, core capabilities, and role in...

docs
small
triage

Jira : https://issues.apache.org/jira/browse/KAFKA-19308 This PR adds unit tests for OAuthBearerRefreshingLogin. - Increased coverage from 0% → 95% (line), 91% (branch), and 100% (method). - Covers edge cases for token refresh,...

tests
clients
ci-approved
needs-attention

Fixes https://issues.apache.org/jira/browse/KAFKA-18967 Added additional tests for verification of: 1. Evolution between different schemas (parent schema has version 0-1, child schema has version 0-2). 2. Fix for the infinite loop bug...

tests
generator
triage
needs-attention

Documented all the socket-server-metrics Ticket Description - There are a bunch of broker JMX metrics in the "socket-server-metrics" space that are not documented on kafka.apache.org/documentation MBean: kafka.server:type=socket-server-metrics,listener=,networkProcessor= From KIP-188: https://cwiki.apache.org/confluence/display/KAFKA/KIP-188+-+Add+new+metrics+to+support+health+checks...

docs
triage
needs-attention