Ultimate access to all questions.
A web server sends click events to a Pub/Sub topic, with each event having an eventTimestamp
attribute marking the click time. A Dataflow streaming job processes these events and sends the results to another Pub/Sub topic for the advertising department. Despite the Dataflow job's system lag being only 5 seconds and data freshness at 40 seconds, the advertising department is not receiving messages within 30 seconds of the click. What's the root cause of this delay, and how can it be resolved?