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

Jira - https://issues.apache.org/jira/browse/KAFKA-19395 Updated Junit version and license information in NOTICE-binary for Jakarta RESTful Web Services Project Github pom.xml for Jakarta rest project - https://github.com/jakartaee/rest/blob/36de36005d52fc06fc050aa6def415abb255a539/pom.xml#L114 Maven for Junit 5.10.2 version...

small
triage
needs-attention

Add the `ackWhenCommitted` boolean field to the `AddRaftVoterRequest` RPC, and bump the RPC's version to 1. - The default value of `ackWhenCommitted` is `true`, and in this case the leader...

kraft
clients

If there are more deletion filters after we initially hit the `MAX_RECORDS_PER_USER_OP` bound, we will add an additional deletion record ontop of that for each additional filter. The current error...

kraft
ci-approved
small

## Summary - Fix potential race condition in LogSegment#readMaxTimestampAndOffsetSoFar(), which may result in non-monotonic offsets and causes replication to stop. - See https://issues.apache.org/jira/browse/KAFKA-19407 for the details how it happen.

storage
ci-approved
small

1. Move TransactionMetadata to transaction-coordinator module. 2. Rewrite TransactionMetadata in Java.

core
transactions
clients
ci-approved

parent: https://github.com/apache/kafka/pull/19687/files#r2094574178

core
ci-approved
small

Add the `controller.quorum.auto.join.enable` configuration. When enabled with KIP-853 supported, follower controllers who are observers (their replica id + directory id are not in the voter set) will: - Automatically remove...

core
kraft

https://issues.apache.org/jira/browse/KAFKA-19383 When applying the ClearElrRecord, it may pick up the topicId in the image without checking if the topic has been deleted. This can cause the creation of a new...

kraft
ci-approved

## Changes * Move KRaftMetadataCache from core to metadata module * Change KRaftMetadataCache from Scala to Java ## Performance * ReplicaFetcherThreadBenchmark ``` ./jmh-benchmarks/jmh.sh -f 1 -i 2 -wi 2 org.apache.kafka.jmh.fetcher.ReplicaFetcherThreadBenchmark...

core
performance
kraft

Add `restart` function to `ClusterInstance` and `KafkaClusterTestKit`.

tests