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-18356 Starting from Java 21, the [JDK restricts the ability of libraries to attach a Java agent to their own JVM](https://openjdk.org/jeps/451). As a result, the inline-mock-maker might not be...

build
ci-approved
small

Jira: https://issues.apache.org/jira/browse/KAFKA-17662 add all properties doc contain the `config.providers` section.

streams
core
producer
consumer
connect
mirror-maker-2
clients
ci-approved
small

Jira: Cleanup NetworkClient zk related logging ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status...

clients
ci-approved
small

JIra: https://issues.apache.org/jira/browse/KAFKA-18778 To maintain code consistency, `MetadataVersion#fromVersionString` uses `latestTesting()` as the latest version. Therefore, in the tools, we also need to maintain consistency by updating the outer logging to use...

core
tools
small

add KIP-877 support for Login

core
tools
connect
clients

The links generated by the flaky test report use the default "last 7 days" time range. This means if you click a link in the report, it will show you...

build
ci-approved
small
triage
needs-attention

We can remove the Scala version from the artifacts. Since Maven artifacts have compatibility concerns, we will only update the tarball. Test in my local machine: ![image](https://github.com/user-attachments/assets/ead645a7-cc5c-48f7-8d6b-ebde0c3af9ce)

tools
build
docker
ci-approved
small
triage
needs-attention

This PR focuses on the following two improvements: 1. Re-evaluate which request types are eligible for early buffer release. 2. Enable buffer release in certain cases before the response is...

core
small
triage
needs-attention

The protocol type; for Connect assignors this is "eager", "compatible", or "sessioned" Since `ConnectAssignor` is an interface and the protocol parameter is restricted to "eager", "compatible", or "sessioned", it aligns...

connect
small
triage
needs-attention

We should add an integration test for `KafkaYammerMetrics` to ensure all metric names conform to the expected naming convention. see disscussion: https://lists.apache.org/thread/5wx7b724v9yhqytonbvc3vbyf5fsbsrp

core
tests
triage
needs-attention