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/07/12 04:11:00 UTC

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

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


   > > My suggestion, as an interim solution, is to spin up a container running a faust app, and have it read the messages and then post to the airflow api to trigger a job.
   > 
   > Would using a 'confluent-kafka' consumer instead do the trick?
   
   I don't think so.  You could use that to create a Kafka consumer, but it will not work like an Airflow sensor.  A shame this sensor is not ready yet, as a workaround I'm looking at using either Faust (as suggested above) or Kafka Streaming.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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