Luís Cobucci

Results 190 comments of Luís Cobucci

@jwcn which version of the library are you using (stable or unstable)?

@kevinmiao could you please translate this issue to English? Otherwise I can't help you much...

@lvrach wow that's really weird, I'd assume this is caused by sharing singletons and nature of "async" stuff... the library was not designed to have the producer within a foreach...

@lvrach I'd recommend you to put the logic in the callback, the way we have in the [functional tests](https://github.com/weiboad/kafka-php/blob/master/tests/Functional/AsyncProducerTest.php#L23). We could do some minor changes to allow you to use...

@lvrach thanks for reporting this, it is indeed a library issue (a very weird and not documented one): https://github.com/weiboad/kafka-php/blob/a8f5b01d9ca24c183b121d624e3402bf8aa70488/src/Producer/Process.php#L109-L111 I think that the root cause is (again) having many different...

Also, please use `master` as destination.

@txl1290 I've translated your text (using google translator so it might not be accurate) to make it easier for everyone to understand what you're saying, please modify if you need...

@chongchaoyu I think that @noname007's solution is simpler and seems to address the issue, we just need tests to confirm that the problem has been solved. With that said, should...

@noname007 as said before we do need the test to prove that this is an issue, though... we have tests running in the last development versions saying it's not

@noname007 it's a great start, thanks!