Tag: Kafka
Problems with Apache Kafka
ID | Title | Description | Category | Technology | Tags |
---|---|---|---|---|---|
prequel-2024-0006 Critical Impact: 8/10 Mitigation: 2/10 | Kafka Topic Operator Thread Blocked | There is a known issue in the Strimzi Kafka Topic Operator where the operator thread can become blocked. This can cause the operator to stop processing events and can lead to a backlog of events. This can cause the operator to become unresponsive and can lead to liveness probe failures and restarts of the Strimzi Kafka Topic Operator. | Message Queue Problems | kubernetes | Known ProblemKafkaStrimzi |
prequel-2025-0021 High Impact: 8/10 Mitigation: 3/10 | Kafka Streams Exception | A Kafka Streams exception occurred. One or more source topics were missing during a Kafka rebalance. | Kafka Problems | jetty | KafkaExceptions |
prequel-2025-0085 Medium Impact: 7/10 Mitigation: 5/10 | Kafka message size limit exceeded | The Kafka producer encountered a \"Message size too large\" error when attempting to send a message to a Kafka broker. This occurs when a message exceeds the configured maximum message size limit on the broker. Kafka has configurable message size limits at both broker and producer levels to protect system stability and prevent resource exhaustion. When this limit is hit, the message is rejected and not stored in the topic. | Message Broker Errors | celery | KafkaProducer ErrorConfiguration Issue |