* 你遇到了什么问题? 最近在使用kafka时,每次重启服务都会出现非常多warning;之前也有issue提到过#https://github.com/swoole/phpkafka/issues/92 <img width="1650" alt="image" src="https://github.com/swoole/phpkafka/assets/28034742/3c560156-5b94-4c8f-ab8e-f4c39d8aa948"> * 个人建议有两种解决方法。 1、heartbeatTimerId为null时,不执行 `fetchMessages` 方法 <img width="687" alt="image" src="https://github.com/swoole/phpkafka/assets/28034742/811131bb-a3a6-47cf-b17d-0706edc708c6"> 2、joinGroup时指定默认的memberId:因为group.instance.id只要没有发生变化,没必要每次rejoin都重新生成member.id <img width="1395" alt="image" src="https://github.com/swoole/phpkafka/assets/28034742/0ea3698c-50a5-468e-9060-687939dd3ffd"> * 总结 请问这两种方法,哪种更优?或者有没有其他解决方案