faust-streaming/faust

Aiokafka has not sent fetch request

cleomart opened this issue · 2 comments

I am getting this error log in my faust streaming app

[2023-05-16 01:24:27,945] [6] [ERROR] [^---AIOKafkaConsumerThread]: Aiokafka has not sent fetch request for TP(topic='sentence', partition=2) since start (started 17.04 minutes ago)

What does this mean and how do I resolve this?

Versions

Python version: 3.7.13
Faust version: 0.10.12
Operating system: Debian GNU/Linux 10
Kafka version: 2.3.1

This is normal behavior for aiokafka and I don't necessarily attribute the misleading log statement to Faust. I could've sworn I had an issue describing the causes behind this more thoroughly somewhere.

Closing, since this is a duplicate of #166.