kafka-php icon indicating copy to clipboard operation
kafka-php copied to clipboard

Problem using producer and consumer in same instance

Open tezhm opened this issue 6 years ago • 0 comments

Kafka\ConsumerConfig and Kafka\ProducerConfig access same static variable:

image

image

image

This causes issues for common options such as 'clientId', 'brokerVersion', etc.

Ideally, the configs should have no shared properties.

tezhm avatar Jan 22 '20 05:01 tezhm