Dmitrii Jerlitsyn
Dmitrii Jerlitsyn
rebased on develop
Resolves #2157 Adds an ability to configure number of Pull subscriptions for GCP Pub/Sub.
# Problem We're experiencing high consumption of the "Exactly once subscriber pull operations per minute per region" GCP Pub/Sub quota due to excessive idle streaming pull connections. Our quota usage...
Implements https://github.com/temporalio/sdk-go/issues/2084 in Go SDK. It is already implemented in Java SDK here https://github.com/temporalio/sdk-java/pull/2699 ## What was changed - Adds SideEffectOptions and MutableSideEffectOptions structs with a Summary field - Adds...