rele icon indicating copy to clipboard operation
rele copied to clipboard

Accept attributes when creating a subscription

Open jonasae opened this issue 4 years ago • 2 comments

With current implementation is not possible to enable ordering, nor incoming features.

Using kwargs in create_subscription would open the possibility to enable new features by upgrading google client libraries.

jonasae avatar Oct 23 '20 11:10 jonasae

Im not sure I fully understand. Would something as simple as create_subscription(*args, **kwargs) solve this?

andrewgy8 avatar Oct 26 '20 08:10 andrewgy8

Im not sure I fully understand. Would something as simple as create_subscription(*args, **kwargs) solve this?

I hope so.

jonasae avatar Nov 17 '20 17:11 jonasae