rele icon indicating copy to clipboard operation
rele copied to clipboard

Easy to use Google Pub/Sub

Results 33 rele issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

enhancement
good first issue
hacktoberfest

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__`...

help wanted
question
hacktoberfest

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...

help wanted
question

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...

enhancement

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...

enhancement

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?

enhancement
question

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...

enhancement

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...

enhancement