aio-libs / aiokafka

asyncio client for kafka
http://aiokafka.readthedocs.io/
Apache License 2.0
1.13k stars 228 forks source link

Fix AbstractTokenProvider.token example #919

Closed mtomilov closed 1 year ago

mtomilov commented 1 year ago

Changes

Add await to AbstractTokenProvider.token example Otherwise it errors out with KafkaConnectionError https://github.com/aio-libs/aiokafka/issues/691

Thank you for your work!

Checklist