The GitHub Actions job "Tests (AMD)" on airflow.git/shared-stream-ack has 
failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
7a6e0d9d707db739ecbcda8094ad259a923a0b8e / Wei Lee <[email protected]>
refactor(triggers): drop public ack tokens from shared-stream ack mode

Subscribers no longer receive an AckToken. The manager derives an event's
resolution from consumption progress (the filter moving past it) plus
persist confirmation, so the same filter code runs unchanged on the fast
path and in ack mode. The producer's advance hook now takes a per-lane
batch of AdvanceItem (broker_payload + AdvanceOutcome) instead of one
event at a time, so cumulative brokers commit once per batch. A filter can
call reject_shared_stream_event() to terminally refuse an event, counted
separately in AdvanceOutcome.rejected so a producer can dead-letter
rejects while redelivering involuntary failures.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to