DataflowJavaSDK icon indicating copy to clipboard operation
DataflowJavaSDK copied to clipboard

Override default `ACK_TIMEOUT_SEC` when creating random subs for PubsubIO

Open jung-kim opened this issue 8 years ago • 0 comments
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.

jung-kim avatar Jan 12 '17 23:01 jung-kim