src/RdKafka/ProducerTopic.php
Method producev
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function producev(
int $partition,
int $msgflags,
?string $payload = null,
?string $key = null,
Method producev
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
int $partition,
int $msgflags,
?string $payload = null,
?string $key = null,
?array $headers = null,
Method produce
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function produce(int $partition, int $msgflags, ?string $payload = null, ?string $key = null, $opaque = null): void