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

Add sync/async sockets differentiation for broker

Open Sevavietl opened this issue 6 years ago • 2 comments

When attempt to use sync producer inside async consumer with the same broker, was able to access only async socket with Broker::getConnect(). Tried to solve this issue with this PR. There already was an issue regarding this.

Thank you in advance.

Sevavietl avatar May 23 '18 09:05 Sevavietl

Please, review this PR. Thank you in advance.

Sevavietl avatar Jun 22 '18 08:06 Sevavietl

In my case i need this fix. Can somebody review this and merge into master?

ygrishaev avatar Nov 28 '19 12:11 ygrishaev