rele
rele copied to clipboard
Easy to use Google Pub/Sub
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.
To make builds more reproducible, as well as errors, please specify the Python version you guys are supporting also lock the versions of your requirement files you guys created. You're...
Boy oh boy, that release process was a doozy. Anybody have experience with making the release process easier to compose? To create 0.4.0, I had to, - Bump the `__version__`...
Using pub/sub out of the box, when an exception is raised in a subscription, it is caught and a `nack()` is executed, so the message is sent again, over and...
I think #36 is somewhat similar? I have a use case where I'd like to use the message.id in the subscription handler. Currently, data + attributes are passed. I can...
Now, `filter_by` only get the message attributes sent when publish to a topic, but, in some cases, we need access to the message body sent, for example to do a...
I was thinking that would be useful to be able to create a topic through a function or a command. Is it a good feature to have?
We previously created an issue (#44 ) that introduces a new setting value which overrides the default ack deadline of a PubSub subscription. However, that configuration applies to all subscriptions...
Integrate APM tracing using hooks.
To track message propagation. Additionally, if we want to spawn new messages from failed messages, we can reassign this id to the new message that will go to a dead...