blazingmq-sdk-python icon indicating copy to clipboard operation
blazingmq-sdk-python copied to clipboard

Python SDK for BlazingMQ, a modern high-performance open source message queuing system.

Results 9 blazingmq-sdk-python issues
Sort by recently updated
recently updated
newest added

When the broker is slow to terminate, this test may fail. Rather than using `sleep` and polling whether the process has sucessfully terminated, as we’ve done in this test previously,...

bug
skip news

While users of the package can use pre-built wheels, anyone who wants to develop this package needs to have an intricate (and poorly documented) setup with each of the third-party...

enhancement
good first issue

We cannot automatically build and host this package's documentation on release, because the documentation is currently hosted on the main bloomberg/blazingmq repository. This means that every time we update the...

documentation
enhancement
good first issue
skip news

libbmq provides `bmqa::MessageEventBuilder` to batch multiple messages into a single message event. However, `pybmq_session` does not expose any API for batching messages, creating a new `bmqa::MessageEventBuilder` for each posted message....

enhancement

This repository's CI checks perform extensive linting, documentation checks, and testing, much of which can be done locally. It can be tricky to remember what of these must be done...

documentation
enhancement
good first issue

We've had several users ask us how to correlate a message's post with its ack or nack. The way we intend is to provide a different closure for each message's...

documentation

We've had a few users ask how to do this, given that we do not expose a Correlation ID in the same way that the C++ SDK does. Instead, we...

documentation