DataflowJavaSDK
DataflowJavaSDK copied to clipboard
Override default `ACK_TIMEOUT_SEC` when creating random subs for PubsubIO
trafficstars
When creating random subscription for PubsubIO, code uses hardcoded constant value and there is no way to override this value.
subscriptionPath = pubsubClient.createRandomSubscription(projectPath, topicPath, ACK_TIMEOUT_SEC);
It would be nice to configurable option to override this value.