kafka-php
kafka-php copied to clipboard
Problem using producer and consumer in same instance
Kafka\ConsumerConfig and Kafka\ProducerConfig access same static variable:



This causes issues for common options such as 'clientId', 'brokerVersion', etc.
Ideally, the configs should have no shared properties.