You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/20 22:09:09 UTC

[GitHub] [airflow] luup2k commented on pull request #12388: [AIRFLOW-6786] Added Kafka components, 3rd time's the charm

luup2k commented on pull request #12388:
URL: https://github.com/apache/airflow/pull/12388#issuecomment-782756798


   Is there a good reason to use kafka lib, https://pypi.org/project/kafka/ ? this is a frozen release: https://github.com/dpkp/kafka-python/issues/1726 . if we wish to go with a pure-python lib i guess that we'll need to use: https://pypi.org/project/kafka-python/ instead.
   
   As a side topic: why we don't use confluent-kafka: https://github.com/confluentinc/confluent-kafka-python ??, this lib bind librdkafka and has a superior performance.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org