What is the main difference between a pull subscription and a push subscription in Google Cloud Pub/Sub?
APull subscriptions send messages automatically; push subscriptions require your app to request messages.
BPull subscriptions are faster than push subscriptions in all cases.
CPull subscriptions only work with HTTP; push subscriptions only work with gRPC.
DPull subscriptions require your app to request messages; push subscriptions send messages automatically.