You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Producers created in a frozen datetime context fail to stop properly (freezes). When freezing the datetime using https://github.com/spulec/freezegun.
Describe the bug
Producers created in a frozen datetime context fail to stop properly (freezes). When freezing the datetime using https://github.com/spulec/freezegun.
Expected behaviour
Producers successfully start & stop.
Environment (please complete the following information):
python -c "import aiokafka; print(aiokafka.__version__)"
):0.11.0
kafka-topics.sh --version
): -Reproducible example
The code hangs in here: https://github.com/aio-libs/aiokafka/blob/master/aiokafka/producer/producer.py#L386
The text was updated successfully, but these errors were encountered: