rele
rele copied to clipboard
Accept attributes when creating a subscription
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.
Im not sure I fully understand. Would something as simple as create_subscription(*args, **kwargs)
solve this?
Im not sure I fully understand. Would something as simple as
create_subscription(*args, **kwargs)
solve this?
I hope so.