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

Provide tags (connector name and task index) so that we get a kafka.connect.mirror:type=kafka-metrics-count metric per task. - Set the connector name and task index in the metrics for MirrorSourceConnector and...

connect
kip
mirror-maker-2
ci-approved

This PR implements the init() method described in KIP-698 to allow users to validate or prepare internal Kafka Streams topics before starting the application. The changes include: Introduced a public...

streams
kip
ci-approved

This PR aims to reduce the size and scope of a [larger PR](https://github.com/apache/kafka/pull/19913) that contains changes related to [KIP 698](https://cwiki.apache.org/confluence/display/KAFKA/KIP-698%3A+Add+Explicit+User+Initialization+of+Broker-side+State+to+Kafka+Streams). Exceptions are added that will be thrown by a new...

streams
small
triage

https://issues.apache.org/jira/browse/KAFKA-17853 - - There is an issue with the console share consumer where if the broker is unavailable, even after force terminating using ctrl-c, the consumer does not shut down...

consumer
KIP-932
clients
ci-approved

Bounce the broker that hosting the controller can cause unnecessary downtime for the partition. Avoid creating only 1 controller node in the combined kraft mode. For more details please check...

tests
stale
small

We have seen a few OOM errors on trunk lately. This patch adds the ability to capture a heap dump when this happens so we can better determine if the...

core
kraft
stale
build
small

JIRA: KAFKA-17651 This patch aims to add controller support for `describeUserScramCredentials`. It's part of KIP-919.

core
clients
ci-approved
small

JIRA: KAFKA-18752 In KAFKA-18466, we remove the slf4j impl from runtime scope to fix the compatibility issue (see https://github.com/apache/kafka/pull/17373#issuecomment-2580893706). However, that also causes a side effect: when running some tasks,...

build
small

jira: [KAFKA-19306](https://issues.apache.org/jira/browse/KAFKA-19306)

core
tools
tests
build
triage
needs-attention

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

tests
dependencies
small
triage
needs-attention
python