我正在尝试在 python 中使用 gevents 创建异步 kombu 消费者。我看了这个视频https://www.youtube.com/watch?v=nGiBdcIQiMQ应该是哪个,但它并不完整,那些家伙一开始并没有表现出他们的承诺。我还发现了这个示例https://github.com/agoragames/haigha/blob/master/examples/gevent_hello.py对我来说非常有用,但我需要使用 Kombu 来实现它。有人有结合 Kombu 和 gevent 的经验吗?任何工作的 hello world 示例都会很棒。顺便说一句,我使用 RabbitMQ 作为 MQ。