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.
Kafka errors are extremely common in microservice stacks but currently undetected.
Patterns to match:
ProducerFencedExceptionCommitFailedExceptionWakeupExceptionorg.apache.kafka.common.errorsSeverity: ERROR
This is a good first issue — implement
KafkaErrorDetectorfollowing the same pattern as existing detectors, then register it inIssueClassifier.