JosephCatrambone-Gridware commented on issue #56494:
URL: https://github.com/apache/airflow/issues/56494#issuecomment-3403189921

   Another use case that is not possible with the ConsumeFromTopicOperator:
   
   ```
      pending_events = 
ConsumeFromTopicOperator(task_id='gather_pending_events', ...) # Listens to 
KafkaTopic and schedules future events.
   
       ops = TriggerDagRunOperator.partial(
           task_id=JOB_CREATION_TASK_ID,
           trigger_dag_id=JOB_CREATION_DAG_ID
       ).expand(conf=pending_events)
   ```


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