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: [KAFKA-17668](https://issues.apache.org/jira/browse/KAFKA-17668) > Both methods can be rewrite by scala 2.13 methods Since `maxOverCleanerThreads` does not have a corresponding unit test, I have added a unit test to ensure the...

core
small

JIRA: [KAFKA-17456](https://issues.apache.org/jira/browse/KAFKA-17456) > The incorrect order could lead to flaky (see [KAFKA-17092](https://issues.apache.org/jira/browse/KAFKA-17092) and [KAFKA-17395](https://issues.apache.org/jira/browse/KAFKA-17395)). It would be nice that we fix all of them. ### Committer Checklist (excluded from commit...

consumer
tests
clients
small

JIRA: [KAFKA-17811](https://issues.apache.org/jira/browse/KAFKA-17811) This is sub-task to drop broker and tools support for Java 11. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [...

build
small

jira: https://issues.apache.org/jira/browse/KAFKA-17037 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify...

core
kraft
clients
ci-approved

Jira: https://issues.apache.org/jira/browse/KAFKA-16816 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify...

consumer
clients

Following test cases only add describe types to group name, but don't use it as command arguments. - testDescribeExistingGroupWithNoMembers - testDescribeAllExistingGroups - testDescribeExistingGroup ### Committer Checklist (excluded from commit message)...

tools
tests
small

Removed --zookeeper option and logic from ConfigCommand Build successful with Java 21 with cmd `./gradlew clean build -x test`

core
ci-approved

Add following metrics to AsyncKafkaConsumer: * time-between-network-thread-poll-avg * time-between-network-thread-poll-max * application-event-queue-size * application-event-queue-time-avg * application-event-queue-time-max * application-event-queue-processing-time-avg * application-event-queue-processing-time-max * unsent-requests-queue-size * unsent-requests-queue-time-avg * unsent-requests-queue-time-max * background-event-queue-size * background-event-queue-time-avg *...

consumer
KIP-848
ctr
clients

When committing all consumed offsets (sync, async, or on close), the new consumer retrieves the offsets from subscriptionState.allConsumed() in the app thread. We should consider to retrieve the allConsumed in...

consumer
KIP-848
ctr
clients

A tiny fix to a single protocol JSON which was recently updated under KAFKA-14562. It seems to erroneously use strings where bools appear to be the right type. ### Committer...

clients
small