Skip to content

[Detector] Add Kafka producer/consumer error detection #1

@AbaSheger

Description

@AbaSheger

Kafka errors are extremely common in microservice stacks but currently undetected.

Patterns to match:

  • ProducerFencedException
  • CommitFailedException
  • WakeupException
  • org.apache.kafka.common.errors

Severity: ERROR

This is a good first issue — implement KafkaErrorDetector following the same pattern as existing detectors, then register it in IssueClassifier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions