
Ultimate access to all questions.
How should you configure Pub/Sub topics and subscriptions to efficiently handle a high volume of audit events in a scalable architecture where:
(Ensure the solution supports large-scale message throughput and optimal scaling.)
A
Create one Pub/Sub topic. Create one pull subscription to allow the audit services to share the messages.
B
Create one Pub/Sub topic. Create one pull subscription per audit service instance to allow the services to share the messages.
C
Create one Pub/Sub topic. Create one push subscription with the endpoint pointing to a load balancer in front of the audit services.
D
Create one Pub/Sub topic per authentication service. Create one pull subscription per topic to be used by one audit service.
E
Create one Pub/Sub topic per authentication service. Create one push subscription per topic, with the endpoint pointing to one audit service.