Skip to main content

Messaging abstractions for publisher/consumer workflows with optional RabbitMQ and Kafka extras

Project description

csrd.message

Transport-agnostic message abstractions for publish/consume workflows.

Why this package exists

  • Provide a stable API for messaging behavior independent of broker choice
  • Enable optional broker installs with extras (rabbit, kafka)
  • Keep service code portable across RabbitMQ and Kafka backends

Installation

# Core abstractions only
uv add csrd-message

# RabbitMQ support
uv add 'csrd-message[rabbit]'

# Kafka support
uv add 'csrd-message[kafka]'

# Both brokers
uv add 'csrd-message[all]'

Important extras note

Python extras are part of the same PyPI project, not a separate project.

  • csrd-message and csrd-message[rabbit] resolve to the same package name (csrd-message)
  • The extra only adds optional dependencies declared by this package
  • Extras do not create new package names on PyPI

Initial API surface

  • Message - immutable message envelope
  • MessagePublisher - protocol for publishing messages
  • MessageConsumer - protocol for consuming messages
  • Acknowledgement - ack/retry/reject semantics

Quick example

from csrd.message import Acknowledgement, Message, MessagePublisher


class InMemoryPublisher:
    async def publish(self, message: Message) -> None:
        print(message.topic, message.payload)


async def send(publisher: MessagePublisher) -> None:
    await publisher.publish(Message(topic="orders.created", payload={"order_id": "o-1"}))

Status

This is a v0 skeleton package to reserve naming and establish contracts. Concrete RabbitMQ/Kafka adapters are planned follow-up work, while the shared envelope/protocol API is considered stable for early adopters.

Project details


Release history Release notifications | RSS feed

This version

0.5.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csrd_message-0.5.0.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

csrd_message-0.5.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

Details for the file csrd_message-0.5.0.tar.gz.

File metadata

  • Download URL: csrd_message-0.5.0.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for csrd_message-0.5.0.tar.gz
Algorithm Hash digest
SHA256 1dd87d81c23ece569c47cff91120b36b470fd6a93c0675540430d65015481b8a
MD5 2791cf0107e0559f3ea46e2fed86a85a
BLAKE2b-256 bd2452b925d7c479663a650ce248eabf04c3af00c01d255a8542455685b62b79

See more details on using hashes here.

Provenance

The following attestation bundles were made for csrd_message-0.5.0.tar.gz:

Publisher: release.yml on csrd-api/fastapi-common

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file csrd_message-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: csrd_message-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 10.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for csrd_message-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fd42f21f621138839bc5d82c2f63ae8fb07ecd4cea79b69e1b28a2c7b7732600
MD5 c4348db3419f3a58db4ddceafcf9040f
BLAKE2b-256 b7f29e97d13838a35079982530e3bb5e33221f9e60cf1ea56b601e5af13637fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for csrd_message-0.5.0-py3-none-any.whl:

Publisher: release.yml on csrd-api/fastapi-common

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page