I was having issues with subscriptions created with the createSubscription function, where messages weren't being acknowledged on time. I would like to be able to create a subscription with a custom acknowledgement deadline. I believe createSubscription, defined on line 399 of Pubsub.java should be made public to enable use of the subscription builder, allowing custom acknowledgement deadlines to be set.
I was having issues with subscriptions created with the createSubscription function, where messages weren't being acknowledged on time. I would like to be able to create a subscription with a custom acknowledgement deadline. I believe createSubscription, defined on line 399 of Pubsub.java should be made public to enable use of the subscription builder, allowing custom acknowledgement deadlines to be set.