The GitHub Actions job "Tests (AMD)" on 
airflow.git/add-kafka-SharedStreamProducer has succeeded.
Run started by GitHub user FrankYang0529 (triggered by FrankYang0529).

Head commit for run:
aa8444b7ef36fe39eeebcbe25caf85457117f0dd / PoAn Yang <[email protected]>
Add shared-stream producer and trigger to Apache Kafka provider

Event-driven triggers and asset watchers that watch the same Kafka
topics each open their own consumer in the triggerer, which does not
scale as event-driven schedules grow. Backing them with the
shared-stream producer-side ack channel (#67523) lets siblings on the
same topics and connection share one consumer, while offset commits
remain gated on trigger-event persistence so a triggerer crash cannot
drop a message the broker already considers delivered (at-least-once).

Signed-off-by: PoAn Yang <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/27824265675

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to