swoole / phpkafka

PHP Kafka client is used in PHP-FPM and Swoole. PHP Kafka client supports 50 APIs, which might be one that supports the most message types ever.
https://longlang.org/
Apache License 2.0
271 stars 47 forks source link

当向一个不存在的 topic 生产消息时导致无限循环最后内存溢出 #80

Open xingcy08 opened 1 year ago

xingcy08 commented 1 year ago

看了源码是没有加重试次数导致的无限循环

xingcy08 commented 1 year ago

@limingxinleo

limingxinleo commented 1 year ago

好,我这周看看

jdbaha commented 1 year ago

yeap, if you disable the flag, there will be no infinite loop

over-star commented 3 months ago

这个bug解决了吗?php-fpm准备用这个库试试 @xingcy08