jason810496 opened a new issue, #52712: URL: https://github.com/apache/airflow/issues/52712
### Body related: #49938 ## Why Several users have pointed out that the Event-Driven Scheduling feature introduced in Airflow 3 currently supports only Amazon SQS. So I add Kafka common message queue provider in #49938, but there are still quite a few common providers that should be useful for airflow users to implement Event-Driven workflows. ## What Here are some common messaging systems: - [ ] Google PubSub - [x] Amazon SQS - [ ] Azure Message Bus - [x] Apache Kafka - [ ] Redis - [ ] RabbitMQ ( no provider yet, TBD ) - [ ] NATS ( no provider yet, TBD ) reference for implementation: https://github.com/apache/airflow/pull/49938/files ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
