Luís Cobucci

Results 190 comments of Luís Cobucci

@HamoonDBA could you please attach here the logs of the producer/consumer?

@HamoonDBA could you please try it with the development version (master branch)?

@HamoonDBA I'm not 100% confident about my skills regarding SASL configuration in Kafka, could you share the config you're using on the broker so that we can try to reproduce...

@HamoonDBA I'm confident that it's related to the implementation here, unfortunately.

@Sevavietl alright but we still need to ensure that the library works with that configuration enabled? Also how the library should behave when `auto.create.topics.enable` is not configured properly and someone...

> I am not a docker nor Kafka aficionado (yet) (...) Does this looks ok to you? I would appretiate a direction, because as I said I am not a...

@SunnnyGohil for now you can only run the sync producer while consuming messages, since the control of the event loop is done inside of the classes

@SunnnyGohil the producer should be run in the synchronous mode: https://github.com/weiboad/kafka-php#synchronous-mode

Can you put your code here?

@SunnnyGohil `setIsAsyn()` **does not** put the consumer in synchronous mode, if you compare your code with the one in the link I've sent you you'll notice that there are differences...