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

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

streams

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 ![CleanShot 2024-10-19 at 23 59 02@2x](https://github.com/user-attachments/assets/b9577099-a873-4a11-8c18-4c984fc672f5)...

tests
small

### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including...

streams
tests
ci-approved
small

fixes stuck producer by polling again after pollDelayMs in NetworkUtils#awaitReady()

producer
clients
ci-approved
small

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

core
small

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

stale

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

stale

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

tests
small

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

core
producer
transactions
clients

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

docs
transactions
small