Reference

Python Events

Python event library for Redelay — coming soon.
Coming soon. The redelay-events Python library is in active development. It will consume the same AsyncAPI schemas and event envelope format as go-events.

What to expect

  • EventDefinition[T] — declare events with Pydantic payloads
  • @redelay_event_subscriber — register a handler for an event
  • publish_event(...) — publish with correlation-id tracing
  • Pluggable transports — Kafka (default), NATS, Redis Streams, in-memory for tests
  • Middleware chain — filters, retry, dead-letter handling
  • AsyncAPI 2.6 schema generation from event definitions

Until then

Use go-events today — the Python library will publish and consume the exact same events once it ships.

Stay updated