kafka
kafka copied to clipboard
Mirror of Apache Kafka
*More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing...
Jira: https://issues.apache.org/jira/browse/KAFKA-17834 This PR fixed thress dockerfile warning: 1. MaintainerDeprecated 2. LegacyKeyValueFormat 3. JSONArgsRecommended If have any warning, It will show in console like ...
### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including...
fixes stuck producer by polling again after pollDelayMs in NetworkUtils#awaitReady()
As titled, this pr add advertised listeners info into current doc, please see [KAFKA-16617](https://issues.apache.org/jira/browse/KAFKA-16617) for more details. thanks! ### Committer Checklist (excluded from commit message) - [ ] Verify design...
Printing log data on Kafka brokers using kafka.tools.DumpLogSegments --deep-iteration option doesn't print all the fields. Adding missing fields in the log data on kafka brokers Adding following fields in the...
This PR removes the need to keep a reference to the parsed `AbstractRequest` after it's been handled in `KafkaApis`. A reference to `RequestAndSize` which holds the parsed `AbstractRequest` in `RequestChannel.Request`...
Jira: https://issues.apache.org/jira/browse/KAFKA-17791 We should use `requirements.txt` to control python dependencies, it will make easier to control the plugin version It would work on my local machine ![CleanShot 2024-10-18 at 23...
This patch includes changes to the clients end transaction response handling when transaction version 2 is enabled. Version 5+ of the End Txn Response includes the producer Id and the...
https://issues.apache.org/jira/browse/KAFKA-17671 This PR adds better documentation for using transactions using the Apache Kafka producer and consumer clients. ### Committer Checklist (excluded from commit message) - [ ] Verify design and...