Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions