vikramkoka opened a new pull request, #46694:
URL: https://github.com/apache/airflow/pull/46694

   Here is a very early draft PR to introduce and socialize the concept of a 
"common message queue" abstraction similar to the "Common SQL" and "Common IO" 
abstractions in Airflow.
   
   This will be a provider package similar to those and is intended to be an 
abstraction over Apache Kafka, Amazon SQL, and Google PubSub to begin with. It 
can then be expanded to other messaging systems based on community adoption.
   
   The initial goal with this is to provide a simple abstraction for 
integrating Event Driven Scheduling coming with Airflow 3 to message 
notification systems such as Kafka, currently being used to publish data 
availability.
   
   At this stage, this is very much a WIP draft intended to solicit input from 
the community.
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to