Description
Description
NOTE: This is a question and not an issue
I am building an application with FastAPI, this application will also need to consume messages from kafka. Thus we want to run the consumer asynchronously.
I read https://www.confluent.io/blog/kafka-python-asyncio-integration/ and understood that we can introduce async nature for confluent-kafka-plugin. While exploring other libraries, I stumbled on aiokafka, I am trying to understand the differences between the libraries and I found a specific issue with an interesting comment from one of the repo's members - aio-libs/aiokafka#665 (comment)
With this I am unable to understand if confluent-kafka-python offers complete async support as mentioned in #185
Can you please help me clarify this and unblock ?
How to reproduce
Checklist
Please provide the following information:
- confluent-kafka-python and librdkafka version (
confluent_kafka.version()
andconfluent_kafka.libversion()
): - Apache Kafka broker version:
- Client configuration:
{...}
- Operating system:
- Provide client logs (with
'debug': '..'
as necessary) - Provide broker log excerpts
- Critical issue