
Ultimate access to all questions.
How can you efficiently design a pipeline to generate a globally unique identifier (GUID) for new website users, utilizing a service that processes data points and returns a GUID? The pipeline must support tens of thousands of messages per second and employ multi-threading to reduce system backpressure.
A
Create a static pipeline in the class definition
B
Batch the job into ten-second increments
C
Use HTTP calls to call the service
D
Create a new object in the startBundle method of DoFn