Encore Go Pub/Sub Instructions Pub/Sub is for asynchronous messaging between services. Producers publish events to a ; consumers attach s to react. Resources must be declared as package-level variables — never inside functions. Topics Publishing Subscriptions Topic References Pass topic access to library code while maintaining static analysis: Delivery Guarantees - (default): may deliver duplicates → handlers must be idempotent. - : stricter, capped throughput (AWS 300 msg/s/topic, GCP 3000+ msg/s/region). Does not deduplicate on the publish side. Guidelines - Topics and subscriptions must be…