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

In this PR, we corrected the argument order in assertEquals within the connect package.

connect
tests
mirror-maker-2
ci-approved
small
triage

Fixes https://issues.apache.org/jira/browse/KAFKA-19010 1. Added the `-XX:+EnableDynamicAgentLoading` JVM argument to the `defaultJvmArgs` 2. Configured Mockito agent in main test task, and applied the same configuration to all test tasks

build
small
triage
needs-attention

This PR address KAFKA-19782 by replacing hashset with trie for prefix search. Previously the Authorizer uses character-by-character comparisons to search for prefix patterns to deny within a set of allowed...

core
performance
build
clients
triage
needs-attention

https://issues.apache.org/jira/browse/KAFKA-19782 1. Add prefix Trie 2. Add tests 3. fix jmh bemchmarks bugs 4. Change size of bemchmarks cause for 200 000 it leads to call GC before each iteration

core
performance
dependencies
build
clients
triage
needs-attention

Implements [KIP-1219](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1219%3A+Configurations+for+KRaft+Fetch+and+FetchSnapshot+Byte+Size) Adds two new configurations regulate the amount of data fetched by Raft clients. - controller.quorum.fetch.snapshot.max.bytes - controller.quorum.fetch.max.bytes Main design choice is that clients control how much they need...

core
kraft
triage
needs-attention

This PR adds comprehensive unit test coverage for the KafkaCSVMetricsReporter class, which previously had zero test coverage. # Test Results ``` % ./gradlew :core:test --tests kafka.metrics.KafkaCSVMetricsReporterTest > Task :core:test Gradle...

core
tests
triage
needs-attention

Implement list offset RPC support topic id for protocol and server part

core
storage
clients
triage
needs-attention

This PR updates the behavior of Admin.incrementalAlterConfigs() to be consistent when invoked using bootstrap servers versus bootstrap controllers. The following changes apply specifically when using a bootstrap controller: 1. Null...

core

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...

connect
mirror-maker-2
triage