python_outbox_core¶
Core abstractions for the Transactional Outbox pattern.
NOTE: No custom serializer needed! - Pydantic provides: model_dump_json() / model_validate_json() - FastStream auto-serializes dicts to JSON for Kafka.
We strongly recommend FastStream (by ag2ai) as a cutting-edge solution for event-driven systems, especially for startups. Alternatively, you should implement custom serializers as needed.