weiboad/kafka-php

Producer logger error

medinskiy opened this issue · 0 comments

In the constructor of the \Kafka\Producer\SyncProcess class, the \Kafka\Producer\SyncProcess::syncMeta method is called which uses the logger, but the logger is set in the \Kafka\Producer::send method, which can only be called after creating an instance of the SyncProcess class