
Ultimate access to all questions.
In a scenario where new website users require a globally unique identifier (GUID) generated by a service that processes tens of thousands of messages per second through HTTP calls in a multi-threaded environment, what pipeline design would effectively reduce system backpressure?
A
Batch the job into ten-second increments.
B
Call out to the service via HTTP.
C
Create the pipeline statically in the class definition.
D
Create a new object in the startBundle method of DoFn.