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

This patch fixes a few buts in the replay logic of the consumer group records: * The first issue is that the logic assumed that the group or the member...

KIP-848

Jira: https://issues.apache.org/jira/browse/KAFKA-16813 add ClusterTest and ClusterTests timout for 30 seconds. This is testing for GitHub Action CI. ### Committer Checklist (excluded from commit message) - [ ] Verify design and...

Jira: https://issues.apache.org/jira/browse/KAFKA-16564 We should apply the same `xlint` to java code in core module before we complete the code migration. ### Committer Checklist (excluded from commit message) - [ ]...

core
connect
build
clients
ci-approved
small

Jira: https://issues.apache.org/jira/browse/KAFKA-17407 In my opinion, the old test run twice in https://github.com/apache/kafka/blob/4a485ddb71c844acc8bf241feda1fcbffc5ce9be/core/src/test/scala/unit/kafka/server/ShareGroupHeartbeatRequestTest.scala#L460 and make the epoch plus twice is wired. I find the reponse like, it means the hearbeat doen't...

1. Using primitive data type 2. Using isEmpty() instead of checking size() for empty list

stale

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

Implementation of [KIP-1038](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1038%3A+Add+Custom+Error+Handler+to+Producer)

streams
kip

Ports several tools for topic configuration from the client side, to the broker-side. Several things are refactored: - Decoupling. On the client side, for example, RepartitionTopics was using the CopartitionedTopicEnforcer,...

streams
clients