kafka
kafka copied to clipboard
Mirror of Apache Kafka
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
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`.
Base on https://github.com/apache/kafka/pull/21039, Implement list offset RPC support topicId for consumer part.
This is a minor documentation change. Related to mailing list discussion [here](https://lists.apache.org/thread/d6lpwtqqzok69twndwzxx2zp09dmvjq8)
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).
## Summary - Remove `unstable.api.version.enable` config since it's not required. - Remove `testStreamsGroupHeartbeatIsInaccessibleWhenUnstableLatestVersionNotEnabled` test Reviewers: @lucasbru
1. Enabled ConfigCommand#validatePropsKey to support the `$` symbol. 2. Added UT and IT for the change. Reviewers: Chia-Ping Tsai
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...
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...