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

With #21026 completed, we can update the documentation to indicate support for testing with Java 25 in AK 3.9.

Fixes https://issues.apache.org/jira/browse/KAFKA-19086

connect
kip
triage

Ensure that `close()` takes at least `DEFAULT_FETCH_MAX_WAIT_MS` milliseconds to close, and ensure that `close(CloseOptions)` with a short timeout closes before `DEFAULT_FETCH_MAX_WAIT_MS`.

tests
clients
ci-approved
triage
needs-attention

Base on https://github.com/apache/kafka/pull/21039, Implement list offset RPC support topicId for consumer part.

core
consumer
storage
clients
triage
needs-attention

This is a minor documentation change. Related to mailing list discussion [here](https://lists.apache.org/thread/d6lpwtqqzok69twndwzxx2zp09dmvjq8)

clients
ci-approved
small
triage
needs-attention

This PR aims to deliver [KIP-909](https://cwiki.apache.org/confluence/display/KAFKA/KIP-909%3A+DNS+Resolution+Failure+Should+Not+Fail+the+Clients).

core
producer
consumer
tools
connect
clients
triage
needs-attention

## Summary - Remove `unstable.api.version.enable` config since it's not required. - Remove `testStreamsGroupHeartbeatIsInaccessibleWhenUnstableLatestVersionNotEnabled` test Reviewers: @lucasbru

core
tests
small

1. Enabled ConfigCommand#validatePropsKey to support the `$` symbol. 2. Added UT and IT for the change. Reviewers: Chia-Ping Tsai

core
tools
small

The `Arrays.compare` method has a vectorized compiler intrinsic available and should offer better performance than a hand-rolled loop. The JDK implementation is at least able to compare 8 bytes at...

performance
clients

This PR continues the work that was mostly completed but was unreviewed in #13283. This is part of [KIP-770](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=186878390) which is partially completed. I copied and pasted most of the...

streams