KonstantinCodes/messenger-kafka

View on GitHub
src/Messenger/KafkaReceiver.php

Summary

Maintainability
A
1 hr
Test Coverage
D
69%

Method get has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function get(): iterable
    {
        $message = $this->getSubscribedConsumer()->consume($this->properties->getReceiveTimeoutMs());

        switch ($message->err) {
Severity: Minor
Found in src/Messenger/KafkaReceiver.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status